forked from phoenix/litellm-mirror
Merge pull request #3053 from BerriAI/litellm_fix_gemini_pillow_bug
[Fix]- gemini bug `please run pip install Pillow` on LiteLLM Docker
This commit is contained in:
commit
4b6e55bcc0
1 changed files with 2 additions and 0 deletions
|
@ -26,6 +26,8 @@ apscheduler==3.10.4 # for resetting budget in background
|
|||
fastapi-sso==0.10.0 # admin UI, SSO
|
||||
pyjwt[crypto]==2.8.0
|
||||
python-multipart==0.0.9 # admin UI
|
||||
Pillow==10.0.1
|
||||
|
||||
### LITELLM PACKAGE DEPENDENCIES
|
||||
python-dotenv>=0.2.0 # for env
|
||||
tiktoken>=0.4.0 # for calculating usage
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue