From 89d0d893fd04afa9a1750a6e0f079bf64ce46c65 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Thu, 30 Jan 2025 14:05:59 -0800 Subject: [PATCH] fix test gemini-2.0-flash-thinking-exp-01-21 --- tests/local_testing/test_amazing_vertex_completion.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/local_testing/test_amazing_vertex_completion.py b/tests/local_testing/test_amazing_vertex_completion.py index e20330bf17..c8e66f767b 100644 --- a/tests/local_testing/test_amazing_vertex_completion.py +++ b/tests/local_testing/test_amazing_vertex_completion.py @@ -62,6 +62,7 @@ VERTEX_MODELS_TO_NOT_TEST = [ "gemini-1.5-flash-exp-0827", "gemini-2.0-flash-exp", "gemini-2.0-flash-thinking-exp", + "gemini-2.0-flash-thinking-exp-01-21", ]