From bbf6e08bab73de5835d0383a3da07fc5981c95f2 Mon Sep 17 00:00:00 2001 From: Shanyu Thibaut Juneja Date: Wed, 11 Mar 2026 16:33:26 -0700 Subject: [PATCH] debug: disable --- strix/llm/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/strix/llm/__init__.py b/strix/llm/__init__.py index 6f0cd76f..ed742d88 100644 --- a/strix/llm/__init__.py +++ b/strix/llm/__init__.py @@ -13,6 +13,7 @@ __all__ = [ "LLMRequestFailedError", ] +litellm.suppress_debug_info = True litellm._logging._disable_debugging() logging.getLogger("asyncio").setLevel(logging.CRITICAL) logging.getLogger("asyncio").propagate = False