This is a simple Flask-based chatbot application that interacts with the OpenAI GPT-3 API.
- Send messages to the chatbot and receive responses.
- Store chat history in a SQLite database.
- Retrieve chat history from the database.
-
Clone the repository:
-
Install dependencies: pip install
-
Set up the SQLite database: python init_db.py
-
Run the app: python app.py