MCPcopy Index your code
hub / github.com/agent0ai/agent-zero / configure_litellm

Function configure_litellm

models.py:114–116  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

112
113
114def configure_litellm():
115 turn_off_logging()
116 set_litellm_params()
117
118
119def _merge_litellm_call_kwargs(*overrides: dict[str, Any] | None) -> dict[str, Any]:

Callers 8

models.pyFile · 0.85
_callMethod · 0.85
_streamMethod · 0.85
_astreamMethod · 0.85
unified_callMethod · 0.85
unified_turnMethod · 0.85
embed_documentsMethod · 0.85
embed_queryMethod · 0.85

Calls 2

turn_off_loggingFunction · 0.85
set_litellm_paramsFunction · 0.85

Tested by

no test coverage detected