8000 GitHub - ozert/streamlit_chatbot: This is a customizable and user-friendly LLM Chatbot application.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

ozert/streamlit_chatbot

Repository files navigation

🚀 Streamlit Chatbot - Your Custom LLM Assistant (ft. LangChain 🦜️🔗)

This is a customizable and user-friendly LLM Chatbot application.

Get Started

1. Clone the repository:

git clone https://github.com/ozert/streamlit_chatbot.git

2. Add your API_KEY to .env file (template is given in the repo):

OPENAI_API_KEY="<Your_API_Key_Goes_Here>"

3. ** 🔨Set up your environment 🔨**

  • Create a conda environment:
conda create --name streamlit_chatbot python=3.10
  • Activate the conda environment:
conda activate streamlit_chatbot
  • Install poetry for dependency management:
pip install poetry
  • Install your project dependencies:
poetry install

4. 🏃 Ready to run ? 🏃

Note: chat_details.json and Assistance_in_car_selection.json files are examples. It's completely fine to remove them.

streamlit run app.py

About

This is a customizable and user-friendly LLM Chatbot application.

Resources

License

Stars

Watchers

Forks

396C

Releases

No releases published

Packages

No packages published
0