This is the backend for a Django chatbot that utilizes Django, OpenAI's API, and WebSocket. For now, no frontend yet.
pip install -r requirements.txt
You need an OpenAI API key. Create a text file named openai_key.txt
and place it in the chatbot
folder. Enter your OpenAI API key into this file to run the application.