simple-chat-bot
This is a simple chat bot using openAI GPT models.
Create env
- Create conda env
conda create -n chat_bot_env python=3.10
- Activate env
conda activate chat_bot_env
- install packages
pip install -r requirements.txt
Run the application
streamlit run src\app.py