This repository provides a simple web app for playing around with the OpenAI chat completion API. Try out the sample app or follow the below instructions to test it in your local environment.
- Clone this repository
- Install the dependencies with
pip install -r requirements.txt
- Start the web app with
streamlit run src/app.py
- Enter your OpenAI API key
- Start a conversation with the chatbot
- (Optional) Change the temperature to observe how it affects the chatbot's responses