litellm/render.yaml
2024-05-24 09:45:28 -07:00

12 lines
256 B
YAML

services:
- type: web
name: openai-proxy
runtime: image
image:
url: ghcr.io/berriai/litellm:main-stable
envVars:
- key: PORT
value: 4000
numInstances: 1
healthCheckPath: /health/liveliness
autoDeploy: true