Skip to content

jmegnidro/django-llma-chatbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

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

No packages published