mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-11 22:51:28 +00:00
fix(tests): load local model costs for DeepSeek flash regression
Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
This commit is contained in:
parent
896f0dff2e
commit
ace6de88a4
1 changed files with 1 additions and 0 deletions
|
|
@ -4155,6 +4155,7 @@ def test_deepseek_v4_models_in_backup_cost_map():
|
|||
assert info["cache_read_input_token_cost"] == expected_cache
|
||||
|
||||
|
||||
@pytest.mark.usefixtures("local_model_cost_map")
|
||||
def test_deepseek_flash_completion_cost():
|
||||
from litellm.types.utils import ModelResponse
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue