diff --git a/interpreter/core/llm/llm.py b/interpreter/core/llm/llm.py index 980672db58..7d4b1911f8 100644 --- a/interpreter/core/llm/llm.py +++ b/interpreter/core/llm/llm.py @@ -7,6 +7,7 @@ litellm.suppress_debug_info = True litellm.REPEATED_STREAMING_CHUNK_LIMIT = 99999999 +litellm.modify_params=True import json import logging