mirror of
https://github.com/BerriAI/litellm.git
synced 2026-08-28 05:25:59 +00:00
style(router): drop the inline comment on the fallback metadata merge
This commit is contained in:
parent
5883aa354d
commit
d7bc63da5c
1 changed files with 1 additions and 1 deletions
|
|
@ -169,7 +169,7 @@ async def run_async_fallback(
|
|||
kwargs[metadata_variable_name] = {
|
||||
**(kwargs.get(metadata_variable_name) or {}),
|
||||
"model_group": kwargs.get("model", None),
|
||||
} # update model_group used, if fallbacks are done
|
||||
}
|
||||
fallback_depth = fallback_depth + 1
|
||||
kwargs["fallback_depth"] = fallback_depth
|
||||
kwargs["max_fallbacks"] = max_fallbacks
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue