mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +00:00
(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
|
# check if aliases set on litellm model alias map
|
||||||
if model in litellm.model_group_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)}")
|
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 healthy deployments
|
||||||
### get all deployments
|
### get all deployments
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue