mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 02:34:29 +00:00
(docs) proxy: Render deploys
This commit is contained in:
parent
b4b7acdb72
commit
cbc358ef77
2 changed files with 6 additions and 10 deletions
|
@ -1016,6 +1016,12 @@ Expected output on Langfuse
|
||||||
|
|
||||||
<Image img={require('../img/langfuse_small.png')} />
|
<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
|
## LiteLLM Proxy Performance
|
||||||
|
|
||||||
### Throughput - 30% Increase
|
### Throughput - 30% Increase
|
||||||
|
|
10
render.yaml
10
render.yaml
|
@ -1,10 +0,0 @@
|
||||||
services:
|
|
||||||
# A Docker web service
|
|
||||||
- type: web
|
|
||||||
name: webdis
|
|
||||||
runtime: docker
|
|
||||||
rootDir: ./
|
|
||||||
healthCheckPath: /
|
|
||||||
envVars:
|
|
||||||
- key: PORT
|
|
||||||
value: 8000
|
|
Loading…
Add table
Add a link
Reference in a new issue