Spaces:
Runtime error
Runtime error
| services: | |
| - type: web | |
| name: zhe-he-li-ma | |
| runtime: python | |
| buildCommand: pip install -r requirements.txt | |
| startCommand: uvicorn backend.app:app --host 0.0.0.0 --port $PORT | |
| envVars: | |
| - key: SILICONFLOW_API_KEY | |
| sync: false | |
| - key: SILICONFLOW_MODEL | |
| value: Qwen/Qwen3-8B | |