Your campus buddy chatbot for advice, resources and making student life easier.
- Clone the repository
git clone https://github.com/crux-bphc/bits-gpt.git
- Create a virtual environment
python -m venv .venv
- Install dependencies
pip install -r requirements.txt
- Create the vector database
python src/create_database.py
-
Setup environment variables (OpenAI API Key, Cohere API Key)
-
Run the server
python main.py
- Go to http://localhost:8000/talk/playground/ to open the playground