From eee93e250a1987c96e52362fedfc589a9be07060 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Mon, 18 Aug 2025 09:23:18 -0700 Subject: [PATCH] docs v1.75.5-stable --- docs/my-website/release_notes/v1.75.5-stable/index.md | 4 ++-- litellm/model_prices_and_context_window_backup.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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" ],