mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-06 08:16:43 +00:00
docs fix
This commit is contained in:
parent
1271044b06
commit
f768b698a9
1 changed files with 2 additions and 2 deletions
|
|
@ -27,7 +27,7 @@ import TabItem from '@theme/TabItem';
|
|||
docker run \
|
||||
-e STORE_MODEL_IN_DB=True \
|
||||
-p 4000:4000 \
|
||||
docker.litellm.ai/berriai/litellm:v1.80.14-stable
|
||||
docker.litellm.ai/berriai/litellm:v1.80.15.rc.1
|
||||
```
|
||||
|
||||
</TabItem>
|
||||
|
|
@ -35,7 +35,7 @@ docker.litellm.ai/berriai/litellm:v1.80.14-stable
|
|||
<TabItem value="pip" label="Pip">
|
||||
|
||||
``` showLineNumbers title="pip install litellm"
|
||||
pip install litellm==1.80.14
|
||||
pip install litellm==1.80.15
|
||||
```
|
||||
|
||||
</TabItem>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue