From 41c678da0995562cfb1c2d0d59c17d490c0e2713 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Sun, 19 May 2024 07:56:13 -0700 Subject: [PATCH] +litellm.suppress_debug_info --- aider/litellm.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/aider/litellm.py b/aider/litellm.py index ff6d2d528..f6faa403b 100644 --- a/aider/litellm.py +++ b/aider/litellm.py @@ -8,4 +8,6 @@ os.environ["OR_APP_NAME"] = "Aider" import litellm # noqa: E402 +litellm.suppress_debug_info = True + __all__ = [litellm]