Skip to content

Commit

Permalink
feat: use Gemini for generation (#345)
Browse files Browse the repository at this point in the history
  • Loading branch information
davenportjw authored Aug 20, 2024
1 parent 0974205 commit 03cdb71
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@

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

0 comments on commit 03cdb71

Please sign in to comment.