dspy.disable_litellm_logging¶ dspy.disable_litellm_logging() ¶ Source code in .venv/lib/python3.14/site-packages/dspy/clients/__init__.py 107 108 109 110 111def disable_litellm_logging(): litellm = get_litellm(feature="LiteLLM logging") litellm.suppress_debug_info = True litellm._dspy_logging_configured = True configure_litellm_logging("ERROR")