Skip to content

Commit 03cdb71

Browse files
authored
feat: use Gemini for generation (#345)
1 parent 0974205 commit 03cdb71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/data_warehouse/src/sql/sp_bigqueryml_generate_create.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414

1515
CREATE OR REPLACE MODEL `${project_id}.${dataset_id}.${model_name}`
1616
REMOTE WITH CONNECTION `${connection_id}`
17-
OPTIONS (REMOTE_SERVICE_TYPE = 'CLOUD_AI_LARGE_LANGUAGE_MODEL_V1');
17+
OPTIONS (ENDPOINT = 'gemini-1.5-flash');

0 commit comments

Comments
 (0)