Skip to content

Commit 6fa6cab

Browse files
authored
fix multi-modal tests (#592)
1 parent f92cda8 commit 6fa6cab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/e2e-tests/e2e_tests/langchain/test_compatibility_rag.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ def vertex_gemini_multimodal_embedding():
372372

373373
@pytest.fixture()
374374
def vertex_gemini_pro_vision_llm():
375-
return ChatVertexAI(model_name="gemini-pro-vision")
375+
return ChatVertexAI(model_name="gemini-1.5-flash")
376376

377377

378378
@pytest.fixture()

0 commit comments

Comments
 (0)