.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
brew install flyctl && fly launch --from https://github.com/ayusrjn/vaanieval
curl -L https://fly.io/install.sh | sh && fly launch --from https://github.com/ayusrjn/vaanieval
iwr https://fly.io/install.ps1 -useb | iex; fly launch --from https://github.com/ayusrjn/vaanieval