This is a simple Flask web application that implements a personal chatbot powered by OpenAI's GPT-3.5 model. The chatbot is capable of conversing with users in natural language and providing responses based on the context of the conversation.
- Utilizes OpenAI's GPT-3.5 model for generating conversational responses.
- Provides a simple and intuitive chat interface for users.
- Supports multi-turn conversations with context tracking.
Before running the application, ensure you have the following dependencies installed:
- Python 3.x
- Flask
- OpenAI Python SDK
- Clone the repository:
git clone https://github.com/your_username/chatbot-app.git