docs v1.75.5-stable

This commit is contained in:
Ishaan Jaff
2025-08-18 09:23:18 -07:00
parent b42df63d17
commit eee93e250a
2 changed files with 3 additions and 3 deletions
@@ -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
```
</TabItem>
<TabItem value="pip" label="Pip">
``` showLineNumbers title="pip install litellm"
pip install litellm==1.75.5.post1
pip install litellm==1.75.5.post2
```
</TabItem>
@@ -722,7 +722,7 @@
"/v1/batch",
"/v1/responses"
],
"supported_modalities": [
"supported_modalities": [
"text",
"image"
],