mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 11:14:04 +00:00
(chore) linting fix
This commit is contained in:
parent
bc6a97495e
commit
a73a2eedc0
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ class Router:
|
|||
routing_strategy: Literal["simple-shuffle", "least-busy", "usage-based-routing", "latency-based-routing"] = "simple-shuffle") -> None:
|
||||
|
||||
self.set_verbose = set_verbose
|
||||
self.deployment_names = [] # names of models under litellm_params. ex. azure/chatgpt-v-2
|
||||
self.deployment_names: List = [] # names of models under litellm_params. ex. azure/chatgpt-v-2
|
||||
if model_list:
|
||||
self.set_model_list(model_list)
|
||||
self.healthy_deployments: List = self.model_list
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue