-
-
Notifications
You must be signed in to change notification settings - Fork 65
Expand file tree
/
Copy pathrender.yaml
More file actions
23 lines (23 loc) · 746 Bytes
/
render.yaml
File metadata and controls
23 lines (23 loc) · 746 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: meetspot
runtime: python
plan: free
buildCommand: pip install -r requirements.txt
startCommand: python web_server.py
healthCheckPath: /health
envVars:
- key: AMAP_API_KEY
sync: false # 必需:在 Render 控制台设置
- key: LLM_API_KEY
sync: false # 必需:在 Render 控制台设置 (DeepWisdom API Key)
- key: LLM_API_BASE
value: "https://newapi.deepwisdom.ai/v1"
- key: LLM_MODEL
value: "deepseek-chat" # 推荐:中文能力强、性价比高
- key: PYTHON_VERSION
value: "3.11"
- key: PORT
value: "8000"
autoDeploy: true
region: singapore # 离中国较近