-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenv.example
More file actions
41 lines (34 loc) · 864 Bytes
/
Copy pathenv.example
File metadata and controls
41 lines (34 loc) · 864 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
32
33
34
35
36
37
38
39
40
41
# =========================
# LLM
# =========================
OPENAI_API_KEY=
# =========================
# Speech-to-Text (STT)
# =========================
DEEPGRAM_API_KEY=
# =========================
# Text-to-Speech (TTS)
# Using Deepgram Aura / TTS
# =========================
DEEPGRAM_TTS_VOICE=aura-asteria-en
DEEPGRAM_TTS_MODEL=aura-asteria
# =========================
# Twilio
# =========================
TWILIO_ACCOUNT_SID=
TWILIO_AUTH_TOKEN=
TWILIO_PHONE_NUMBER=
# =========================
# Runtime Environment
# =========================
ENV=local
# Used only when ENV=production (Pipecat Cloud)
AGENT_NAME=vitlycare-voice-agent
ORGANIZATION_NAME=
# Local dev (ngrok / tunnel)
LOCAL_SERVER_URL=https://your-url.ngrok.io
# =========================
# Vitlycare Controls
# =========================
DEFAULT_LANGUAGE=en
MAX_CALL_DURATION_SEC=600