GitDeployHub

enyst/deepeval

github.com/enyst/deepeval ↗
Python
14 environment variables found in .env.example

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

  • OPENAI_API_KEY secret OpenAI (non-Azure)
  • AZURE_OPENAI_API_KEY secret Azure OpenAI
  • AZURE_OPENAI_ENDPOINT secret
  • AZURE_DEPLOYMENT_NAME secret
  • OPENAI_API_VERSION secret
  • AZURE_MODEL_NAME secret
  • AZURE_MODEL_VERSION secret
  • GOOGLE_API_KEY secret Google / Gemini (google-genai)
  • GROK_API_KEY secret xAI Grok
  • MOONSHOT_API_KEY secret Moonshot
  • DEEPSEEK_API_KEY secret DeepSeek
  • LITELLM_API_KEY secret LiteLLM (proxy to many providers)
  • ANTHROPIC_API_KEY secret Anthropic
  • CONFIDENT_API_KEY secret Confident
Best match Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/enyst/deepeval
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/enyst/deepeval
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/enyst/deepeval
Or deploy to a different host
← Try another repo