Spaces:
Sleeping
Sleeping
| # ================================ | |
| # Render.com Blueprint | |
| # ================================ | |
| # Deploy: https://render.com/deploy | |
| # Click "New +" β "Blueprint" β Connect this repo | |
| services: | |
| - type: web | |
| name: paperbot | |
| runtime: docker | |
| dockerfilePath: ./Dockerfile | |
| plan: free # or "starter" for $7/month with more resources | |
| healthCheckPath: /model_status | |
| envVars: | |
| - key: PINECONE_API_KEY | |
| sync: false # Set manually in dashboard | |
| - key: GOOGLE_API_KEY | |
| sync: false # Set manually in dashboard | |
| - key: HF_TOKEN | |
| sync: false # Optional | |