mirror of
https://github.com/BerriAI/litellm.git
synced 2026-08-28 05:25:59 +00:00
test(bedrock_mantle): type _repo_cost_map return instead of bare dict
This commit is contained in:
parent
f583151a5b
commit
6be000f1f3
1 changed files with 1 additions and 1 deletions
|
|
@ -1568,7 +1568,7 @@ class TestBedrockMantleResponsesPricing:
|
|||
assert "bedrock_mantle/openai.gpt-5.4" in litellm.bedrock_mantle_models
|
||||
|
||||
|
||||
def _repo_cost_map(map_name: str) -> dict:
|
||||
def _repo_cost_map(map_name: str) -> dict[str, dict[str, object]]:
|
||||
repo_root = Path(__file__).resolve().parents[4]
|
||||
paths = {
|
||||
"root": repo_root / "model_prices_and_context_window.json",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue