Skip to content

Commit 39e4f5a

Browse files
authored
chore(genai): update URLs for image tests (#1363)
1 parent e024080 commit 39e4f5a

File tree

1 file changed

+2
-19
lines changed

1 file changed

+2
-19
lines changed

libs/genai/tests/integration_tests/test_chat_models.py

Lines changed: 2 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -593,23 +593,6 @@ def test_chat_google_genai_invoke_no_image_generation_without_modalities() -> No
593593
),
594594
],
595595
),
596-
(
597-
"url_multimodal_message",
598-
[
599-
HumanMessage(
600-
content=[
601-
{
602-
"type": "text",
603-
"text": "Guess what's in this picture! You have 3 guesses.",
604-
},
605-
{
606-
"type": "image_url",
607-
"image_url": "https://picsum.photos/seed/picsum/200/300",
608-
},
609-
]
610-
),
611-
],
612-
),
613596
],
614597
)
615598
@pytest.mark.parametrize("use_streaming", [False, True])
@@ -653,11 +636,11 @@ def test_chat_google_genai_multimodal(
653636
content=[
654637
{
655638
"type": "text",
656-
"text": "Guess what's in this picture! You have 3 guesses.",
639+
"text": "Give a concise description of this image.",
657640
},
658641
{
659642
"type": "image_url",
660-
"image_url": "https://picsum.photos/seed/picsum/200/300",
643+
"image_url": "https://raw.githubusercontent.com/langchain-ai/docs/4d11d08b6b0e210bd456943f7a22febbd168b543/src/images/agentic-rag-output.png",
661644
},
662645
]
663646
),

0 commit comments

Comments
 (0)