We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent beb93e0 commit ce04ebbCopy full SHA for ce04ebb
litellm/router.py
@@ -5694,7 +5694,7 @@ def _set_model_group_info( # noqa: PLR0915
5694
total_tpm: Optional[int] = None
5695
total_rpm: Optional[int] = None
5696
configurable_clientside_auth_params: CONFIGURABLE_CLIENTSIDE_AUTH_PARAMS = None
5697
- # Use set for O(1) provider lookups during iteration
+ # Use set for O(1) deduplication
5698
providers_set: set = set()
5699
model_list = self.get_model_list(model_name=model_group)
5700
if model_list is None:
0 commit comments