Spaces:
Sleeping
Sleeping
| # Render Blueprint for LLM Playground | |
| # Deploy with: https://render.com/docs/blueprint-spec | |
| services: | |
| - type: web | |
| name: llm-playground | |
| runtime: docker | |
| region: oregon | |
| plan: free | |
| rootDir: playground | |
| envVars: | |
| - key: PORT | |
| value: "8000" | |
| healthCheckPath: /api/health | |