sssh litellm

This commit is contained in:
Paul Gauthier 2024-08-28 12:02:08 -07:00
parent a1d7aba1ec
commit 99a82983b8

View file

@ -31,6 +31,7 @@ class LazyLiteLLM:
self._lazy_module.suppress_debug_info = True self._lazy_module.suppress_debug_info = True
self._lazy_module.set_verbose = False self._lazy_module.set_verbose = False
self._lazy_module.drop_params = True self._lazy_module.drop_params = True
self._lazy_module._logging._disable_debugging()
litellm = LazyLiteLLM() litellm = LazyLiteLLM()