File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ limitations under the License.
1515*/
1616
1717const VERTEX_AI_LOCATION = scriptPropertyWithDefault ( 'project_location' , 'us-central1' ) ;
18- const MODEL_ID = scriptPropertyWithDefault ( 'model_id' , 'gemini-1 .5-flash-preview-0514 ' ) ;
18+ const MODEL_ID = scriptPropertyWithDefault ( 'model_id' , 'gemini-2 .5-flash' ) ;
1919const SERVICE_ACCOUNT_KEY = scriptPropertyWithDefault ( 'service_account_key' ) ;
2020
2121/**
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ limitations under the License.
1616
1717const PROJECT_ID = [ ADD YOUR GCP PROJECT ID HERE ] ;
1818const VERTEX_AI_LOCATION = 'europe-west2' ;
19- const MODEL_ID = 'gemini-1 .5-pro-002 ' ;
19+ const MODEL_ID = 'gemini-2 .5-pro' ;
2020const SERVICE_ACCOUNT_KEY = PropertiesService . getScriptProperties ( ) . getProperty ( 'service_account_key' ) ;
2121
2222/**
You can’t perform that action at this time.
0 commit comments