From 8a1a90bc7ab6efc18c11d8a4459aa245c33bc369 Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Wed, 16 Jul 2025 10:27:59 -0700 Subject: [PATCH] test: update test --- tests/local_testing/test_amazing_vertex_completion.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/local_testing/test_amazing_vertex_completion.py b/tests/local_testing/test_amazing_vertex_completion.py index 4219c8f1a7..be28ae92a6 100644 --- a/tests/local_testing/test_amazing_vertex_completion.py +++ b/tests/local_testing/test_amazing_vertex_completion.py @@ -3773,7 +3773,7 @@ def test_vertex_schema_test(): } response = litellm.completion( - model="vertex_ai/gemini-2.5-flash-preview", + model="vertex_ai/gemini-2.5-flash", messages=[{"role": "user", "content": "call the tool"}], tools=[tool], tool_choice="required",