Spaces:
Configuration error
Configuration error
| services: | |
| - type: web | |
| name: memorybot | |
| runtime: python | |
| buildCommand: pip install -r requirements.txt | |
| startCommand: uvicorn main:app --host 0.0.0.0 --port 10000 | |
| envVars: | |
| - key: SECRET_KEY | |
| sync: false | |
| - key: ENCRYPTION_KEY | |
| sync: false | |
| - key: OPENAI_API_KEY | |
| sync: false | |
| - key: HF_TOKEN | |
| sync: false | |