We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bc87f5 commit 4ab0c8cCopy full SHA for 4ab0c8c
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