We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86b6de1 commit 5c1a320Copy full SHA for 5c1a320
1 file changed
strix/llm/__init__.py
@@ -13,6 +13,7 @@
13
"LLMRequestFailedError",
14
]
15
16
+litellm.suppress_debug_info = True
17
litellm._logging._disable_debugging()
18
logging.getLogger("asyncio").setLevel(logging.CRITICAL)
19
logging.getLogger("asyncio").propagate = False
0 commit comments