docs v1.78.0.rc.1

This commit is contained in:
Ishaan Jaffer 2025-10-11 14:57:28 -07:00
parent f6e0ef4ee7
commit e4f3d78579

View file

@ -37,6 +37,10 @@ import TabItem from '@theme/TabItem';
<TabItem value="docker" label="Docker">
``` showLineNumbers title="docker run litellm"
docker run \
-e STORE_MODEL_IN_DB=True \
-p 4000:4000 \
ghcr.io/berriai/litellm:v1.78.0.rc.1
```
</TabItem>
@ -44,7 +48,7 @@ import TabItem from '@theme/TabItem';
<TabItem value="pip" label="Pip">
``` showLineNumbers title="pip install litellm"
pip install litellm==1.78.0
pip install litellm==1.78.0.rc.1
```
</TabItem>