Skip to content

This is the backend for a Django LLM chatbot that utilizes Django, OpenAI's API, and WebSocket. No frontend yet.

Notifications You must be signed in to change notification settings

pj4239460/LLM-chatbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django_chatbot

This is the backend for a Django chatbot that utilizes Django, OpenAI's API, and WebSocket. For now, no frontend yet.

Install the dependencies

pip install -r requirements.txt

openai_key.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.

About

This is the backend for a Django LLM chatbot that utilizes Django, OpenAI's API, and WebSocket. No frontend yet.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages