Ryan Westfall 77d7edd0dc Closes #4
Added site tracking
Can pick the model the use
Better handle llm model based on debug or not
2025-12-08 13:52:30 -06:00
2025-12-08 13:52:30 -06:00
2025-03-07 12:23:00 -06:00
2025-12-07 06:31:06 -06:00
2025-03-07 12:23:00 -06:00

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
Backend django project for the chat site
Readme 260 KiB
Languages
Python 95%
HTML 4.9%