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

Function set_litellm_params

models.py:105–111  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

103
104
105def set_litellm_params():
106 global_kwargs = get_litellm_global_kwargs()
107 for key, value in global_kwargs.items():
108 if key not in LITELLM_MODULE_GLOBAL_KEYS:
109 continue
110 setattr(litellm, key, value)
111 return global_kwargs
112
113
114def configure_litellm():

Callers 1

configure_litellmFunction · 0.85

Calls 1

Tested by

no test coverage detected