We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0c70fb commit be193fbCopy full SHA for be193fb
docs/my-website/release_notes/v1.77.3-stable/index.md
@@ -21,23 +21,22 @@ import TabItem from '@theme/TabItem';
21
22
## Deploy this version
23
24
-:::info
25
-
26
-This release is not live yet.
27
28
-:::
29
30
<Tabs>
31
<TabItem value="docker" label="Docker">
32
33
``` 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
34
```
35
36
</TabItem>
37
38
<TabItem value="pip" label="Pip">
39
40
``` showLineNumbers title="pip install litellm"
+pip install litellm==1.77.3
41
42
43
0 commit comments