| services: | |
| - type: web | |
| name: curemind-api | |
| runtime: python | |
| rootDir: server | |
| buildCommand: pip install -r requirements.txt | |
| startCommand: uvicorn main:app --host 0.0.0.0 --port $PORT | |
| envVars: | |
| - key: GOOGLE_API_KEY | |
| sync: false | |
| - key: GROQ_API_KEY | |
| sync: false | |
| - key: PINECONE_API_KEY | |
| sync: false | |
| - key: PINECONE_INDEX_NAME | |
| value: medicalindex | |
| - key: PINECONE_REGION | |
| value: us-east-1 | |
| - key: HUGGINGFACE_HUB_TOKEN | |
| sync: false | |
| - key: PINECONE_INDEX_NAME | |
| value: medicalindex | |
| - key: PINECONE_REGION | |
| value: us-east-1 |