File size: 375 Bytes
5ecb399
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
588adc0
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# 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