-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrender.yaml
More file actions
31 lines (31 loc) · 799 Bytes
/
Copy pathrender.yaml
File metadata and controls
31 lines (31 loc) · 799 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
services:
- type: web
name: quotation-analyzer
runtime: docker
plan: free
region: singapore
healthCheckPath: /_stcore/health
autoDeploy: true
envVars:
- key: LLM_PROVIDER
value: openai
- key: LLM_GATEWAY_URL
value: https://portfolio-llm-gateway.onrender.com/v1
- key: OPENAI_BASE_URL
value: https://openrouter.ai/api/v1
- key: OPENAI_API_KEY
sync: false
- key: OPENAI_MODEL
value: openai/gpt-4o-mini
- key: CORS_ORIGINS
value: "*"
- key: MAX_FILE_SIZE_MB
value: "50"
- key: MAX_DOCUMENT_CHARS
value: "90000"
- key: REQUEST_TIMEOUT
value: "120"
- key: LLM_MAX_RETRIES
value: "2"
- key: OLLAMA_ENABLED
value: "false"