Skip to content

Commit 4c4c3a3

Browse files
committed
Revert "fix litellm integ test"
This reverts commit 7d259b0.
1 parent 7d259b0 commit 4c4c3a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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 color is this image"},
118+
{"text": "what is in this image"},
119119
{
120120
"image": {
121121
"format": "png",

0 commit comments

Comments
 (0)