mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-11 00:58:30 +00:00
upgrade liteLLM to latest version (#2684)
* build(litellm): upgrade LiteLLM to latest version * fix: update filtered logs from LiteLLM * Fix for a missing backtick --------- Co-authored-by: Mike Plachta <mike@crewai.com> Co-authored-by: Lorenze Jay <63378463+lorenzejay@users.noreply.github.com>
This commit is contained in:
@@ -11,7 +11,7 @@ dependencies = [
|
|||||||
# Core Dependencies
|
# Core Dependencies
|
||||||
"pydantic>=2.4.2",
|
"pydantic>=2.4.2",
|
||||||
"openai>=1.13.3",
|
"openai>=1.13.3",
|
||||||
"litellm==1.60.2",
|
"litellm==1.67.2",
|
||||||
"instructor>=1.3.3",
|
"instructor>=1.3.3",
|
||||||
# Text Processing
|
# Text Processing
|
||||||
"pdfplumber>=0.11.4",
|
"pdfplumber>=0.11.4",
|
||||||
|
|||||||
@@ -65,7 +65,7 @@ class FilteredStream:
|
|||||||
if (
|
if (
|
||||||
"Give Feedback / Get Help: https://github.com/BerriAI/litellm/issues/new"
|
"Give Feedback / Get Help: https://github.com/BerriAI/litellm/issues/new"
|
||||||
in s
|
in s
|
||||||
or "LiteLLM.Info: If you need to debug this error, use `litellm.set_verbose=True`"
|
or "LiteLLM.Info: If you need to debug this error, use `litellm._turn_on_debug()`"
|
||||||
in s
|
in s
|
||||||
):
|
):
|
||||||
return 0
|
return 0
|
||||||
|
|||||||
Reference in New Issue
Block a user