AXIOM / render.yaml
vedhanth66's picture
Deployment
c6e7dd5
services:
- type: web
name: axiom-backend
env: 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
rootDir: axiom-backend