From 000537abfe0b8044957ea837df411caeb30f8711 Mon Sep 17 00:00:00 2001 From: hung-phan Date: Wed, 16 Oct 2024 13:33:00 -0700 Subject: [PATCH] feat: upgrade litellm to better support bedrocks and llama 3.2 model --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 2199e46..2ba40c3 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.44.22 +litellm==1.49.5 pillow -httpx \ No newline at end of file +httpx