Interact with OpenAI's GPT-3 models in real-time using your OpenAI API. Choose from a selection of their best models, set the temperature and max tokens, and start a conversation. Delete the conversation at any time to start fresh.
Click Here To View This App Online!
- Interact with OpenAI's models in real-time
- Choose from a selection of the best models
- Set the temperature and max tokens
- Start a conversation and delete it at any time
To use the app, input your OpenAI API key in the Configuration sidebar. Then select a model, set the temperature and max tokens, and start a conversation by entering a prompt and clicking on the "Submit" button. The conversation history can be deleted at any time by clicking on the "Delete Conversation" button.
The app uses Streamlit for the user interface and the OpenAI API to access OpenAI's language models. The app supports four models: text-davinci-003, text-curie-001, text-babbage-001, and text-ada-001.
- Python 3.6 or higher
- Streamlit
- Requests
- Clone the repository:
git clone https://github.com/Kaludii/OpenAI-Chatbot.git
- Install the required packages:
pip install streamlit requests
- Run the app:
streamlit run app.py