Skip to content

RandomStudio/Chatbots-for-spatial-Director

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Backend (Django):

Go to backend folder and run

pip install -r requirements.txt

To start the backend on port 3333, run:

python manage.py runserver 3333

The core functionalities are coded and developped in backend/core and are called in backend/api/urls.

Frontend (Vue):

Go to frontend and run:

npm run serve

Note that an openai api key is needed in backend/api/core/openai_api_key.txt

About

Tests for chatbots

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published