LLM-powered chatbot built using Streamlit, LangChain, OpenAI LLM model.
step 1: Clone the repo or download the ZIP
git clone [github https url]
step 2: create conda environment (optional)
conda create --name your_env_name python=3.8
conda activate your_env_name
step 3:Install packages
pip install -r requirements.txt
step 4: Set up your .env file
OPENAI_API_KEY= <your openai api key>
step 5: run app.py
streamlit run app.py