-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy path.env.example
More file actions
31 lines (24 loc) · 769 Bytes
/
Copy path.env.example
File metadata and controls
31 lines (24 loc) · 769 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Telnyx Configuration
# Get your API key from https://portal.telnyx.com/
TELNYX_API_KEY=your_telnyx_api_key_here
TELNYX_CONNECTION_ID=your_connection_id_here
TELNYX_FROM_NUMBER=+1234567890
# OpenAI Configuration
# Get your API key from https://platform.openai.com/api-keys
OPENAI_API_KEY=your_openai_api_key_here
# Call Configuration
# URL of the audio file to play during calls
AUDIO_URL=https://example.com/your-audio-file.mp3
# Server Configuration (optional)
WEBHOOK_HOST=0.0.0.0
WEBHOOK_PORT=5000
# Output Configuration (optional)
OUTPUT_FILE=results.tsv
# Performance Configuration (optional)
MAX_WORKERS=5
# Recording Configuration (optional)
RECORDING_FORMAT=mp3
RECORDING_CHANNELS=single
# Retry Configuration (optional)
MAX_RETRIES=10
RETRY_DELAY=2.0