diff --git a/aider/llm.py b/aider/llm.py index c676b89b3..9f2c0df5c 100644 --- a/aider/llm.py +++ b/aider/llm.py @@ -31,6 +31,7 @@ class LazyLiteLLM: self._lazy_module.suppress_debug_info = True self._lazy_module.set_verbose = False self._lazy_module.drop_params = True + self._lazy_module._logging._disable_debugging() litellm = LazyLiteLLM()