mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-06 08:16:43 +00:00
test(test_amazing_vertex_completion.py): skip gemini 1.5 as we don't have access to it
This commit is contained in:
parent
1ac1f0a836
commit
144254bd9d
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue