slidementor-api / render.yaml
Dhyan19's picture
Deploy SlideMentor backend
23442a0
Raw
History Blame Contribute Delete
306 Bytes
services:
- type: web
name: slidementor-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
healthCheckPath: /health
autoDeploy: true
plan: free