Spaces:
Sleeping
Sleeping
| services: | |
| - type: web | |
| name: focusflow-api | |
| runtime: python | |
| buildCommand: pip install -r requirements.txt | |
| startCommand: uvicorn main:app --host 0.0.0.0 --port $PORT | |
| envVars: | |
| - key: GROQ_API_KEY | |
| sync: false | |
| - key: REDIS_URL | |
| sync: false | |
| - key: ALLOWED_ORIGINS | |
| sync: false | |