git clone https://github.com/BBG-Deep-Inc/chatgpt.gitcd chatgpt
python3 -m venv .venv
source chatgpt/.venv/bin/activate cd frontend
pip3 install -r requirements.txt
python3 app.pycd backend
pip3 install -r requirements.txt
python3 api.pyImportant
The frontend requires a running backend server to function. Make sure to start the backend first.
BBG-chatGPT is released under the Apache License 2.0.
