mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-05 08:07:05 +00:00
(fix) dockerfile requirements.txt
This commit is contained in:
parent
325ca43946
commit
eb3b68a2f0
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ pyyaml>=6.0.1 # server dep
|
|||
uvicorn==0.22.0 # server dep
|
||||
gunicorn==21.2.0 # server dep
|
||||
boto3==1.28.58 # aws bedrock/sagemaker calls
|
||||
redis==4.6.0 # caching
|
||||
redis==5.0.0 # caching
|
||||
redisvl==0.0.7 # semantic caching
|
||||
numpy==1.24.3 # semantic caching
|
||||
prisma==0.11.0 # for db
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue