| # Server Configuration | |
| LOG_PATH=/tmp/ten_agent | |
| LOG_STDOUT=true | |
| SERVER_PORT=7860 | |
| # Agora App ID and App Certificate | |
| AGORA_APP_ID= | |
| AGORA_APP_CERTIFICATE= | |
| # LLM API Keys | |
| OPENAI_API_KEY= | |
| OPENAI_API_BASE=https://api.openai.com/v1 | |
| OPENAI_MODEL=gpt-4o | |
| # Speech Recognition | |
| DEEPGRAM_API_KEY= | |
| # Text to Speech | |
| ELEVENLABS_TTS_KEY= | |