[Fix] Correct pip install versions for v1.83.3-stable and v1.83.7.rc.1 docs

PyPI publishes 1.83.3 and 1.83.7 (no .post1 / rc1 suffixes) — align the pip install commands with the actual published versions.
This commit is contained in:
Yuneng Jiang 2026-04-14 16:00:27 -07:00 committed by Ishaan Jaffer
parent 719f4cafca
commit d92e65cc6f
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -45,7 +45,7 @@ docker.litellm.ai/berriai/litellm:main-v1.83.3-stable
<TabItem value="pip" label="Pip">
```bash
pip install litellm==1.83.3.post1
pip install litellm==1.83.3
```
</TabItem>

View file

@ -45,7 +45,7 @@ docker.litellm.ai/berriai/litellm:main-v1.83.7.rc.1
<TabItem value="pip" label="Pip">
```bash
pip install litellm==1.83.7rc1
pip install litellm==1.83.7
```
</TabItem>