mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-24 10:14:26 +00:00
test: update test to skip 'gemini-pro' - model deprecated
This commit is contained in:
parent
217681eb5e
commit
f5996b2f6b
1 changed files with 2 additions and 0 deletions
|
@ -454,6 +454,7 @@ async def test_async_vertexai_response():
|
|||
or "002" in model
|
||||
or "gemini-2.0-flash-thinking-exp" in model
|
||||
or "gemini-2.0-pro-exp-02-05" in model
|
||||
or "gemini-pro" in model
|
||||
):
|
||||
# our account does not have access to this model
|
||||
continue
|
||||
|
@ -501,6 +502,7 @@ async def test_async_vertexai_streaming_response():
|
|||
or "002" in model
|
||||
or "gemini-2.0-flash-thinking-exp" in model
|
||||
or "gemini-2.0-pro-exp-02-05" in model
|
||||
or "gemini-pro" in model
|
||||
):
|
||||
# our account does not have access to this model
|
||||
continue
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue