A minimal ChatBot-like UI built with Streamlit.
git clone https://github.com/niels-oz/simple-chat.git
cd simple-chat
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
Then create a .env file and add your API key from https://platform.openai.com/account/api-keys
To use the application, run the app.py
file:
streamlit run app.py