Update tests/test_litellm/test_deepseek_model_metadata.py

Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
Cesar Garcia 2026-03-20 23:14:03 -03:00 committed by GitHub
parent 620fd34e65
commit 3a56bb62bf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,7 +29,7 @@ from litellm.utils import (
# ---------------------------------------------------------------------------
def _load_backup_json() -> dict:
def _load_model_cost_json() -> dict:
"""Load the model cost JSON directly from disk."""
# Try project root first (development)
root_path = os.path.join(