A backend for Cerebral Hacks 2024
Setup Instructions
- Create a venv with
python -m venv env - Install all required dependencies with
pip install -r requirements.txt - Place your ANTROPHIC_API_KEY and AUTHORIZATION_PASSWORD into an
.envfile - Run the backend server with
fastapi run src/main.py