File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 41
41
GEMINI_15_MODEL_NAME = "gemini-1.5-pro-preview-0409"
42
42
GEMINI_15_PRO_MODEL_NAME = "gemini-1.5-pro-001"
43
43
SMART_ROUTER_NAME = "smart-router-001"
44
+ GEMINI_15_PRO_2_MODEL_NAME = "gemini-1.5-pro-002"
44
45
45
46
STAGING_API_ENDPOINT = "STAGING_ENDPOINT"
46
47
PROD_API_ENDPOINT = "PROD_ENDPOINT"
@@ -413,7 +414,7 @@ def test_generate_content_from_text_and_remote_video(
413
414
def test_generate_content_from_text_and_remote_audio (
414
415
self , api_endpoint_env_name , api_transport
415
416
):
416
- vision_model = generative_models .GenerativeModel (GEMINI_VISION_MODEL_NAME )
417
+ vision_model = generative_models .GenerativeModel (GEMINI_15_PRO_2_MODEL_NAME )
417
418
audio_part = generative_models .Part .from_uri (
418
419
uri = "gs://cloud-samples-data/audio/speech_16k.wav" ,
419
420
mime_type = "audio/wav" ,
You can’t perform that action at this time.
0 commit comments