-
Notifications
You must be signed in to change notification settings - Fork 0
jmegnidro/django-llma-chatbot
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
git clone https://github.com/jmegnidro/chatbot.git 1. Install the required packages: ```bash pip install -r requirements.txt ``` 1. Create a `.env` file in the root directory of the project and add your OpenAI API key: ``` OPENAI_API_KEY=This is my api for chatgpt plateform ``` 1. Run migration and start the server: ```bash cd llm_api python manage.py migrate python manage.py runserver ``` 1. Run the frontend: ```bash cd frontend python -m http.server 8080
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published