GitDeployHub

ayusrjn/vaanieval

github.com/ayusrjn/vaanieval ↗
Python
3 environment variables found in .env.example

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

  • ELEVENLABS_API_KEY secret ElevenLabs API Key Get from https://elevenlabs.io/app/settings/api-keys
  • OPENAI_API_KEY secret OpenAI API Key Get from https://platform.openai.com/api-keys
  • ELEVENLABS_AGENT_ID Agent ID Populated after running setup_agent.py
Best match Fly.io Anything Dockerized — requires the Fly CLI.
macOS
brew install flyctl && fly launch --from https://github.com/ayusrjn/vaanieval
Linux
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/ayusrjn/vaanieval
Windows (PowerShell)
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/ayusrjn/vaanieval
Or deploy to a different host
← Try another repo