[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:
parent
719f4cafca
commit
d92e65cc6f
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user