This is a customizable and user-friendly LLM Chatbot application.
git clone https://github.com/ozert/streamlit_chatbot.git
OPENAI_API_KEY="<Your_API_Key_Goes_Here>"
- 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
Note: chat_details.json and Assistance_in_car_selection.json files are examples. It's completely fine to remove them.
streamlit run app.py