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:
Cesar Garcia 2026-03-10 22:56:27 -03:00 committed by GitHub
parent 2ed4119542
commit 7b3621518b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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] = []