# Copy this file to .env and fill in your API keys # cp .env.example .env OPENROUTER_API_KEY=sk-or-v1-paste-your-key-here OPENAI_API_KEY=sk-paste-your-openai-key-here ELEVENLABS_API_KEY= PORT=3000 APP_URL=http://localhost:3000