From 0070741529c6c48ee28d058938b52edb309c01d7 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Wed, 11 Sep 2024 14:17:03 -0700 Subject: [PATCH] fix vtx test --- litellm/tests/test_amazing_vertex_completion.py | 1 + 1 file changed, 1 insertion(+) diff --git a/litellm/tests/test_amazing_vertex_completion.py b/litellm/tests/test_amazing_vertex_completion.py index 4c065b8d3..de2729db7 100644 --- a/litellm/tests/test_amazing_vertex_completion.py +++ b/litellm/tests/test_amazing_vertex_completion.py @@ -52,6 +52,7 @@ VERTEX_MODELS_TO_NOT_TEST = [ "gemini-1.5-pro-preview-0215", "gemini-pro-experimental", "gemini-flash-experimental", + "gemini-1.5-flash-exp-0827", "gemini-pro-flash", ]