diff --git a/docs/my-website/release_notes/v1.75.5-stable/index.md b/docs/my-website/release_notes/v1.75.5-stable/index.md index 8eedccce9e..270be64190 100644 --- a/docs/my-website/release_notes/v1.75.5-stable/index.md +++ b/docs/my-website/release_notes/v1.75.5-stable/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.75.5.rc.1 +ghcr.io/berriai/litellm:v1.75.5-stable ``` ``` showLineNumbers title="pip install litellm" -pip install litellm==1.75.5.post1 +pip install litellm==1.75.5.post2 ``` diff --git a/litellm/model_prices_and_context_window_backup.json b/litellm/model_prices_and_context_window_backup.json index 33cdc38452..e54db3c2e1 100644 --- a/litellm/model_prices_and_context_window_backup.json +++ b/litellm/model_prices_and_context_window_backup.json @@ -722,7 +722,7 @@ "/v1/batch", "/v1/responses" ], - "supported_modalities": [ + "supported_modalities": [ "text", "image" ],