test3 / render.yaml
DesertWolf's picture
Upload folder using huggingface_hub
447ebeb verified
raw
history blame contribute delete
256 Bytes
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