(docs) proxy: Render deploys

This commit is contained in:
ishaan-jaff 2023-11-30 09:21:05 -08:00
parent b4b7acdb72
commit cbc358ef77
2 changed files with 6 additions and 10 deletions

View file

@ -1016,6 +1016,12 @@ Expected output on Langfuse
<Image img={require('../img/langfuse_small.png')} />
## Deploying LiteLLM Proxy
### Deploy on Render https://render.com/
<iframe width="840" height="500" src="https://www.loom.com/embed/805964b3c8384b41be180a61442389a3" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
## LiteLLM Proxy Performance
### Throughput - 30% Increase

View file

@ -1,10 +0,0 @@
services:
# A Docker web service
- type: web
name: webdis
runtime: docker
rootDir: ./
healthCheckPath: /
envVars:
- key: PORT
value: 8000