forked from phoenix/litellm-mirror
(linting) fix
This commit is contained in:
parent
095aa94e71
commit
7b389d10ca
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