# Server Configuration | |
LOG_PATH=/tmp/ten_agent | |
LOG_STDOUT=true | |
# 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_API_KEY= | |
# Ports configuration | |
API_PORT=8080 | |
UI_PORT=3000 | |
GRADIO_PORT=7860 | |