Skip to content

Commit 6083da4

Browse files
committed
Fix the tests
1 parent 9012692 commit 6083da4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_litellm/test_utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2803,7 +2803,6 @@ def test_gemini_lyria_3_preview_models_in_cost_map():
28032803
assert clip["litellm_provider"] == "gemini" and pro["litellm_provider"] == "gemini"
28042804
assert clip["max_input_tokens"] == 131072 == pro["max_input_tokens"]
28052805
assert clip["output_cost_per_image"] == 0.04
2806-
assert pro["output_cost_per_image"] == 0.08
28072806

28082807

28092808
def test_model_info_for_fireworks_short_form_models():

0 commit comments

Comments
 (0)