mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-07 08:26:10 +00:00
docs: fix Docker image tag in v1.82.3 release notes
Changed from main-1.82.3-stable to v1.82.3-stable Co-authored-by: Krish Dholakia <krrishdholakia@gmail.com>
This commit is contained in:
parent
d7c419bfee
commit
431b8dbe59
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ import TabItem from '@theme/TabItem';
|
|||
docker run \
|
||||
-e STORE_MODEL_IN_DB=True \
|
||||
-p 4000:4000 \
|
||||
ghcr.io/berriai/litellm:main-1.82.3-stable
|
||||
ghcr.io/berriai/litellm:v1.82.3-stable
|
||||
```
|
||||
|
||||
</TabItem>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue