This project demonstrates the integration of OpenAI's GPT-3.5 model with Streamlit to create an interactive chatbot. The chatbot is designed to engage in natural language conversations with users.
1.Clone this repository
2.Navigate to the project directory
3.Install the required dependencies
pip install -r requirements.txt1.Obtain OpenAI API Key
2.Set your OpenAI API key:
OPENAI_API_KEY=your-api-key-goes-here1.Run the Streamlit app:
streamlit run app.py2.Open your browser and navigate to http://localhost:8501 to interact with the chatbot.
- Natural language conversation with OpenAI GPT-3.5
- User-friendly interface powered by Streamlit.
- Easily extensible for further customization.
Contributions are welcome! Feel free to open issues or submit pull requests to improve the functionality or add new features.