dspy.disable_litellm_logging dspy.disable_litellm_logging() Source code in dspy/clients/__init__.py 98 99 100def disable_litellm_logging(): litellm.suppress_debug_info = True configure_litellm_logging("ERROR") :::