mirror of
https://github.com/usestrix/strix.git
synced 2026-09-15 23:31:27 +00:00
debug: disable
This commit is contained in:
parent
0e4307d625
commit
bbf6e08bab
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue