docs update

This commit is contained in:
Ishaan Jaff
2025-08-09 09:24:41 -07:00
parent d874bec480
commit 3999e65a97
@@ -1,5 +1,5 @@
---
title: "[Pre-Release] v1.74.15-stable"
title: "v1.74.15-stable"
slug: "v1-74-15"
date: 2025-08-02T10:00:00
authors:
@@ -28,14 +28,14 @@ import TabItem from '@theme/TabItem';
docker run \
-e STORE_MODEL_IN_DB=True \
-p 4000:4000 \
ghcr.io/berriai/litellm:1.74.15.rc.1
ghcr.io/berriai/litellm:v1.74.15-stable
```
</TabItem>
<TabItem value="pip" label="Pip">
``` showLineNumbers title="pip install litellm"
pip install litellm==1.74.15.post1
pip install litellm==1.74.15.post2
```
</TabItem>