mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-06 08:16:43 +00:00
test(test_amazing_vertex_completion.py): ignore experimental gemini models in test
This commit is contained in:
parent
7de9f8b6ea
commit
7ef38020db
1 changed files with 2 additions and 0 deletions
|
|
@ -50,6 +50,8 @@ VERTEX_MODELS_TO_NOT_TEST = [
|
|||
"text-bison@001",
|
||||
"gemini-1.5-pro",
|
||||
"gemini-1.5-pro-preview-0215",
|
||||
"gemini-pro-flash",
|
||||
"gemini-pro-experimental",
|
||||
]
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue