Skip to content

Commit 7d259b0

Browse files
committed
fix litellm integ test
1 parent b8a09a6 commit 7d259b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests_integ/models/test_model_litellm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ def test_invoke_multi_modal_input(agent, yellow_img):
115115

116116
def test_structured_output_multi_modal_input(agent, yellow_img, yellow_color):
117117
content = [
118-
{"text": "what is in this image"},
118+
{"text": "what color is this image"},
119119
{
120120
"image": {
121121
"format": "png",

0 commit comments

Comments
 (0)