mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-24 00:52:24 +00:00
10 lines
No EOL
256 B
Python
10 lines
No EOL
256 B
Python
from base_google_test import BaseGoogleGenAITest
|
|
|
|
class TestVertexAIGenerateContent(BaseGoogleGenAITest):
|
|
"""Test Vertex AI"""
|
|
|
|
@property
|
|
def model_config(self):
|
|
return {
|
|
"model": "vertex_ai/gemini-2.5-flash-lite",
|
|
} |