Skip to content

A simple question answering chatbot that responds as per a given prompt

License

Notifications You must be signed in to change notification settings

21-0075-disha/basic-qa-chatbot-with-gemini

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

basic-qa-chatbot-with-gemini

A simple question answering chatbot that responds as per a given prompt

Tech Stack

  • Google Generative AI (Gemini)
  • Langchain
  • Chainlit

Usage

  • Create a project with Python script file app_chatbot.py (code for this chatbot)
  • The file chainlit.md is the Readme (welcome screen), it appears on first start of app
  • Set up a Python 3.8.0 virtual environment (using Anaconda or Miniconda) and install pre-requisite libraries, frameworks and modules
  • Run the project with the command chainlit run app_chatbot.py -w (-w flag used to auto reload the page. If any change is done to the Python script or the MD file it gets updated accordingly)

About

A simple question answering chatbot that responds as per a given prompt

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages