Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
114
def
configure_litellm():
115
turn_off_logging()
116
set_litellm_params()
117
118
119
def
_merge_litellm_call_kwargs(*overrides: dict[str, Any] | None) -> dict[str, Any]:
Callers
8
models.py
File · 0.85
_call
Method · 0.85
_stream
Method · 0.85
_astream
Method · 0.85
unified_call
Method · 0.85
unified_turn
Method · 0.85
embed_documents
Method · 0.85
embed_query
Method · 0.85
Calls
2
turn_off_logging
Function · 0.85
set_litellm_params
Function · 0.85
Tested by
no test coverage detected