mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-12 23:01:41 +00:00
Update litellm/litellm_core_utils/get_model_cost_map.py
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
parent
2ed4119542
commit
7b3621518b
1 changed files with 1 additions and 2 deletions
|
|
@ -192,8 +192,7 @@ def _expand_model_aliases(model_cost: dict) -> dict:
|
|||
entry so downstream code never sees it.
|
||||
|
||||
If an alias collides with an existing canonical entry the alias is
|
||||
silently skipped and a warning is logged.
|
||||
"""
|
||||
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