Skip to content

Commit

Permalink
fix: update failing multimodal test
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanleomk committed Nov 21, 2024
1 parent c2924c4 commit 0c51c63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/llm/test_openai/test_multimodal.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def test_multimodal_image_description(model, mode, client):
"content": [
"What is this?",
Image.from_url(
"https://pbs.twimg.com/profile_images/1816950591857233920/ZBxrWCbX_400x400.jpg"
"https://retail.degroot-inc.com/wp-content/uploads/2024/01/AS_Blueberry_Patriot_1-605x605.jpg"
),
],
},
Expand Down Expand Up @@ -105,7 +105,7 @@ def test_multimodal_image_description_autodetect(model, mode, client):
],
},
],
autodetect_images=True
autodetect_images=True,
)

# Assertions to validate the response
Expand Down

0 comments on commit 0c51c63

Please sign in to comment.