Clone the repository
Project repo: https://github.com/
conda create -n llmapp python=3.8 -y
conda activate llmapp
pip install -r requirements.txt
OPENAI_API_KEY = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
# Finally run the following command
python app.py
Now,
open up localhost:
- Python
- LangChain
- Flask
- OpenAI
- GPT 3
- ChoromaDB