Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 586 Bytes

README.md

File metadata and controls

39 lines (25 loc) · 586 Bytes

BitsGPT

Your campus buddy chatbot for advice, resources and making student life easier.

Setup

  1. Clone the repository
git clone https://github.com/crux-bphc/bits-gpt.git
  1. Create a virtual environment
python -m venv .venv
  1. Install dependencies
pip install -r requirements.txt
  1. Create the vector database
python src/create_database.py
  1. Setup environment variables (OpenAI API Key, Cohere API Key)

  2. Run the server

python main.py
  1. Go to http://localhost:8000/talk/playground/ to open the playground