mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 10:44:24 +00:00
Merge b1eca590d7
into b82af5b826
This commit is contained in:
commit
9fdad1f133
1 changed files with 1 additions and 0 deletions
|
@ -5104,6 +5104,7 @@ class Router:
|
|||
|
||||
return model_group_info
|
||||
|
||||
@lru_cache(maxsize=128)
|
||||
def get_model_group_info(self, model_group: str) -> Optional[ModelGroupInfo]:
|
||||
"""
|
||||
For a given model group name, return the combined model info
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue