From 144254bd9dc13db04a6dbd7d69597e76598a5f72 Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Mon, 26 Feb 2024 09:32:37 -0800 Subject: [PATCH] test(test_amazing_vertex_completion.py): skip gemini 1.5 as we don't have access to it --- litellm/tests/test_amazing_vertex_completion.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/litellm/tests/test_amazing_vertex_completion.py b/litellm/tests/test_amazing_vertex_completion.py index 76ebde7aef..14dfa14b68 100644 --- a/litellm/tests/test_amazing_vertex_completion.py +++ b/litellm/tests/test_amazing_vertex_completion.py @@ -206,6 +206,8 @@ async def test_async_vertexai_response(): "code-gecko@latest", "code-bison@001", "text-bison@001", + "gemini-1.5-pro", + "gemini-1.5-pro-vision", ]: # our account does not have access to this model continue