mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 11:14:04 +00:00
(linting) fix
This commit is contained in:
parent
815d57dfd4
commit
8920f12a8d
1 changed files with 1 additions and 1 deletions
|
@ -1104,7 +1104,7 @@ class Router:
|
|||
# check if aliases set on litellm model alias map
|
||||
if model in litellm.model_group_alias_map:
|
||||
self.print_verbose(f"Using a model alias. Got Request for {model}, sending requests to {litellm.model_group_alias_map.get(model)}")
|
||||
model = litellm.model_group_alias_map.get(model)
|
||||
model = litellm.model_group_alias_map[model]
|
||||
|
||||
## get healthy deployments
|
||||
### get all deployments
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue