pnpm i
pnpm run devcd Hack-the-Stage/backend
uvicorn main:app --reload
curl -X POST http://127.0.0.1:8000/dev/local-audio-to-textpython services/answer_question.py
cd Hack-the-Stage/backend_new
python heygenAPI.pyQuickly verify that the Cohere API key and Google Cloud Storage credentials are working (upload, list, signed URL).
cd Hack-the-Stage
python -m backend.tools.smoke_tests
# or run separately
python -m backend.tools.smoke_tests --cohere
python -m backend.tools.smoke_tests --gcs
python -m backend.tools.smoke_tests --gcpconf