mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-11 19:48:29 +00:00
10 lines
256 B
Python
10 lines
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",
|
|
} |