litellm/render.yaml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
256 B
YAML
Raw Normal View History

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