Added site tracking Can pick the model the use Better handle llm model based on debug or not
Chat Bot Backend
Setup
Clone the repo
git clone http://10.0.0.160:3000/AI_ML_Operations_LLC/Chat_Bot_Backend.git
Go into the repo
cd Chat_Bot_Backend
Create the virtual environment
virtualenv --python=python3.9 venv
Activate the Virtual Environment
. venv/bin/activate
Install the requirments
python -m pip install -r requirements.txt
Pre-populate the database with test data
Run the dev server
python manage.py
TODO
- Create inital database with temp data
- Do a lot of stuff.....
Description
Languages
Python
95%
HTML
4.9%