This is a simple Django-based chatbot application that interacts with OpenAI's GPT-3 API to provide intelligent responses in real-time. The chatbot can be used to answer questions, provide customer support, and engage users in casual conversations.
- Real-time interaction with AI-based chatbot
- Integrated with OpenAI's GPT-3 for responses
- Stores chat history
- Backend: Django
- Frontend: HTML, CSS, JavaScript
- Database: SQLite
- API: OpenAI GPT-3
- Clone the repository:
git clone https://github.com/Abigiya-M/django_chatbot.git cd django_chatbot
