This is a Chatbot application that utilizies OpenAI's powerful language-model.
- Python: The primary programming language used for writing the server-side logic.
- Django: A high-level Python Web framework that encourages rapid development and clean, pragmatic design.
- OpenAI: This project makes use of OpenAI's GPT-3 API for generating human-like text responses in the chatbot
- SQLite: Default Django Database. Used for local development and storing data
- Log in or sign up to access saved user data
- Once logged in, you will land on a the chat page that displays your conversation history.
- Integrate GPT-4 model for more complex responses