mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-05 08:07:05 +00:00
fix: close docstring in _expand_model_aliases
This commit is contained in:
parent
8b385120b9
commit
4eead432a6
1 changed files with 1 additions and 0 deletions
|
|
@ -193,6 +193,7 @@ def _expand_model_aliases(model_cost: dict) -> dict:
|
|||
|
||||
If an alias collides with an existing canonical entry the alias is
|
||||
skipped and a warning is logged.
|
||||
"""
|
||||
aliases_to_add: Dict[str, dict] = {}
|
||||
keys_with_aliases: List[str] = []
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue