diff --git a/docs/my-website/release_notes/v1.74.7/index.md b/docs/my-website/release_notes/v1.74.7/index.md index 26a09542ae..41e88824e0 100644 --- a/docs/my-website/release_notes/v1.74.7/index.md +++ b/docs/my-website/release_notes/v1.74.7/index.md @@ -28,14 +28,14 @@ import TabItem from '@theme/TabItem'; docker run \ -e STORE_MODEL_IN_DB=True \ -p 4000:4000 \ -ghcr.io/berriai/litellm:v1.74.7 +ghcr.io/berriai/litellm:v1.74.7.rc.1 ``` ``` showLineNumbers title="pip install litellm" -pip install litellm==1.74.7 +pip install litellm==1.74.7rc1 ```