mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 03:04:13 +00:00
_update_kwargs_with_default_litellm_params
This commit is contained in:
parent
31a470b7f3
commit
bcf8ecc9fc
1 changed files with 1 additions and 1 deletions
|
@ -1093,7 +1093,7 @@ class Router:
|
|||
Adds default litellm params to kwargs, if set.
|
||||
"""
|
||||
self.default_litellm_params[metadata_variable_name] = (
|
||||
self.default_litellm_params.pop("metadata")
|
||||
self.default_litellm_params.pop("metadata", {})
|
||||
)
|
||||
for k, v in self.default_litellm_params.items():
|
||||
if (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue