-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathrender.yaml
More file actions
32 lines (32 loc) · 812 Bytes
/
Copy pathrender.yaml
File metadata and controls
32 lines (32 loc) · 812 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
services:
- type: web
name: magpipe-livekit-agent
env: python
region: oregon
plan: starter
rootDir: agents/livekit-voice-agent
buildCommand: pip install -r requirements.txt
startCommand: python agent.py start
envVars:
- key: LIVEKIT_URL
sync: false
- key: LIVEKIT_API_KEY
sync: false
- key: LIVEKIT_API_SECRET
sync: false
- key: SUPABASE_URL
sync: false
- key: SUPABASE_SERVICE_ROLE_KEY
sync: false
- key: SIGNALWIRE_SPACE
sync: false
- key: SIGNALWIRE_PROJECT_ID
sync: false
- key: SIGNALWIRE_API_TOKEN
sync: false
- key: OPENAI_API_KEY
sync: false
- key: DEEPGRAM_API_KEY
sync: false
- key: ELEVENLABS_API_KEY
sync: false