This project integrates OpenAI's GPT models with a Gradio interface to create an interactive chat application. Users can interact with the chatbot, specifying different models, temperature settings, and maximum token limits.
- Python 3
openaigradio
- Install the required libraries:
pip install openai gradio. - Clone this repository to your local machine.
- Run the script:
python app.py.
- Open the provided URL in a web browser after running the script.
- Enter your message and adjust the settings as desired.
- Click "Submit" to see the chatbot's response.
This project is licensed under the MIT License - see the LICENSE file for details.