dspy.disable_litellm_logging¶ dspy.disable_litellm_logging() ¶ Source code in .venv/lib/python3.14/site-packages/dspy/clients/__init__.py 104 105 106def disable_litellm_logging(): litellm.suppress_debug_info = True configure_litellm_logging("ERROR") :::