File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 4141GEMINI_15_MODEL_NAME = "gemini-1.5-pro-preview-0409"
4242GEMINI_15_PRO_MODEL_NAME = "gemini-1.5-pro-001"
4343SMART_ROUTER_NAME = "smart-router-001"
44+ GEMINI_15_PRO_2_MODEL_NAME = "gemini-1.5-pro-002"
4445
4546STAGING_API_ENDPOINT = "STAGING_ENDPOINT"
4647PROD_API_ENDPOINT = "PROD_ENDPOINT"
@@ -413,7 +414,7 @@ def test_generate_content_from_text_and_remote_video(
413414 def test_generate_content_from_text_and_remote_audio (
414415 self , api_endpoint_env_name , api_transport
415416 ):
416- vision_model = generative_models .GenerativeModel (GEMINI_VISION_MODEL_NAME )
417+ vision_model = generative_models .GenerativeModel (GEMINI_15_PRO_2_MODEL_NAME )
417418 audio_part = generative_models .Part .from_uri (
418419 uri = "gs://cloud-samples-data/audio/speech_16k.wav" ,
419420 mime_type = "audio/wav" ,
You can’t perform that action at this time.
0 commit comments