-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrender.yaml
More file actions
23 lines (23 loc) · 736 Bytes
/
Copy pathrender.yaml
File metadata and controls
23 lines (23 loc) · 736 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
services:
- type: web
name: youtube-rag-assistant
env: docker
region: oregon # Choose closest to your users
plan: standard # Use 'starter' for testing, 'standard' for production
healthCheckPath: /_stcore/health
envVars:
- key: PYTHON_VERSION
value: 3.12.0
- key: STREAMLIT_SERVER_PORT
value: "8501"
- key: STREAMLIT_SERVER_ADDRESS
value: "0.0.0.0"
- key: PRELOAD_WHISPER_MODEL
value: "tiny" # Change to "base" or "small" for better accuracy
- key: OPENAI_API_KEY
sync: false # Will be set manually in Render dashboard
disk:
name: whisper-cache
mountPath: /home/streamlit/.cache/whisper
sizeGB: 10
autoDeploy: true