Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 531 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 531 Bytes

Getting Started On Backend

NOTE: You need an OPENAI_API_KEY and a GOOGLE_API_KEY to run this code. Store them in a .env file in the backend folder, or set them as environment variables.

If you have trouble using api keys above, please contact me.

  1. Create a virtual environment:
cd backend
python -m venv .venv
.venv\Scripts\activate
  1. Install the required packages:
pip install -r requirements.txt
  1. Run the server:
python assistant.py