From 99a82983b88f7aa5463f1bdcef1d411120554d8f Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Wed, 28 Aug 2024 12:02:08 -0700 Subject: [PATCH] sssh litellm --- aider/llm.py | 1 + 1 file changed, 1 insertion(+) 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()