+litellm.suppress_debug_info

This commit is contained in:
Paul Gauthier 2024-05-19 07:56:13 -07:00
parent 0b18f3b4ef
commit 41c678da09

View file

@ -8,4 +8,6 @@ os.environ["OR_APP_NAME"] = "Aider"
import litellm # noqa: E402
litellm.suppress_debug_info = True
__all__ = [litellm]