mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-05 08:07:05 +00:00
fix pip pkg
This commit is contained in:
parent
c0de1320fc
commit
9e5c97aabd
1 changed files with 2 additions and 2 deletions
|
|
@ -36,14 +36,14 @@ The production version will be released on Wednesday.
|
|||
docker run \
|
||||
-e STORE_MODEL_IN_DB=True \
|
||||
-p 4000:4000 \
|
||||
ghcr.io/berriai/litellm:main-v1.73.0.rc
|
||||
ghcr.io/berriai/litellm:main-v1.73.0.rc1
|
||||
```
|
||||
</TabItem>
|
||||
|
||||
<TabItem value="pip" label="Pip">
|
||||
|
||||
``` showLineNumbers title="pip install litellm"
|
||||
pip install litellm==1.73.0
|
||||
pip install litellm==1.73.0rc1
|
||||
```
|
||||
|
||||
</TabItem>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue