From e7741c716d68980bb686878ccb0183a5f6ac406c Mon Sep 17 00:00:00 2001 From: hung-phan Date: Sat, 23 Nov 2024 11:11:14 -0800 Subject: [PATCH] feat: update litellm to accept latest version update for new model --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2ba40c3..718e863 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,6 +7,6 @@ datasets>=2.14.6 diskcache>=5.6.3 graphviz>=0.20.3 gdown>=5.2.0 -litellm==1.49.5 +litellm>=1.49.5 pillow httpx