litellm/render.yaml
2024-05-24 09:21:36 -07:00

15 lines
348 B
YAML

services:
- type: web
name: openai-proxy
env: docker
plan: starter # or 'standard', 'standard-plus', etc.
region: oregon # or another region
image:
name: ghcr.io/berriai/litellm
tag: main-stable
envVars:
- key: PORT
value: 4000
instances: 1
healthCheckPath: /health
autoDeploy: true