mirror of
https://github.com/BerriAI/litellm.git
synced 2026-08-28 05:25:59 +00:00
docs fix
This commit is contained in:
parent
b0c70fb2e0
commit
be193fbffd
1 changed files with 5 additions and 6 deletions
|
|
@ -21,16 +21,14 @@ import TabItem from '@theme/TabItem';
|
|||
|
||||
## Deploy this version
|
||||
|
||||
:::info
|
||||
|
||||
This release is not live yet.
|
||||
|
||||
:::
|
||||
|
||||
<Tabs>
|
||||
<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:main-v1.77.3.rc.1
|
||||
```
|
||||
|
||||
</TabItem>
|
||||
|
|
@ -38,6 +36,7 @@ This release is not live yet.
|
|||
<TabItem value="pip" label="Pip">
|
||||
|
||||
``` showLineNumbers title="pip install litellm"
|
||||
pip install litellm==1.77.3
|
||||
```
|
||||
|
||||
</TabItem>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue