Skip to content

We are creating simple Chatbot using GooglePalm LLM model & langchain and Visulaize our application in Streamlit App

License

Notifications You must be signed in to change notification settings

senthil100695/Q_A-ChatBot-Using-LLM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Q_A-ChatBot-Using-LLM

We are creating simple Chatbot using GooglePalm LLM model & langchain and Visulaize our application in Streamlit App

Prerequisite

Create the Environment

conda create -n <name> python=3.9 -y

Activate the environment

conda activate <name>

Install the requirements

pip install -r requirements.txt

create the googlepalm api key

  1. Login you gmail account in

create the api key and copy paste in your .env file

    GOOGLE_API_KEY = 'enter your api'

run the app

    streamlit run app.py

About

We are creating simple Chatbot using GooglePalm LLM model & langchain and Visulaize our application in Streamlit App

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages