From 0da01dacb6360f91ae6373431aa856d33dd29311 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Wed, 29 May 2024 15:51:29 -0700 Subject: [PATCH] ssh --- aider/litellm.py | 1 + 1 file changed, 1 insertion(+) diff --git a/aider/litellm.py b/aider/litellm.py index f6faa403b..2c0389b54 100644 --- a/aider/litellm.py +++ b/aider/litellm.py @@ -9,5 +9,6 @@ os.environ["OR_APP_NAME"] = "Aider" import litellm # noqa: E402 litellm.suppress_debug_info = True +litellm.set_verbose = False __all__ = [litellm]