GitDeployHub

leng-yue/coval-ai-benchmarks

github.com/leng-yue/coval-ai-benchmarks ↗
Unknown stack
20 environment variables found in .env.example

Set these on your host before deploying. Each platform has an “Environment Variables” section in the deploy flow.

  • POSTGRES_USER Postgres (used by docker-compose)
  • POSTGRES_PASSWORD secret
  • POSTGRES_DB
  • DATASET_BUCKET Runner / dataset
  • DATASET_ID
  • RUNNER_SHA
  • LOG_LEVEL
  • OPENAI_API_KEY secret Provider API keys (optional; only needed for the providers you want to exercise)
  • ELEVENLABS_API_KEY secret
  • CARTESIA_API_KEY secret
  • DEEPGRAM_API_KEY secret
  • ASSEMBLYAI_API_KEY secret
  • SPEECHMATICS_API_KEY secret
  • HUME_API_KEY secret
  • RIME_API_KEY secret
  • GRADIUM_API_KEY secret
  • GRADIUM_TTS_API_KEY secret
  • XAI_API_KEY secret
  • SMALLEST_API_KEY secret
  • SONIOX_API_KEY secret
Best match Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/leng-yue/coval-ai-benchmarks
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/leng-yue/coval-ai-benchmarks
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/leng-yue/coval-ai-benchmarks
Or deploy to a different host
← Try another repo