Skip to content

Commit fe7f2ce

Browse files
authored
Update Gemini model name.
1 parent 703c035 commit fe7f2ce

File tree

1 file changed

+1
-1
lines changed
  • Node/remote-config-server-with-vertex/functions

1 file changed

+1
-1
lines changed

Node/remote-config-server-with-vertex/functions/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const app = initializeApp();
1818
const defaultConfig = {
1919

2020
// Default values for Vertex AI.
21-
model_name: "gemini-1.5-flash-preview-0514",
21+
model_name: "gemini-1.5-flash-002",
2222
generation_config: [{
2323
"stopSequences": [], "temperature": 0.7,
2424
"maxOutputTokens": 64, "topP": 0.1, "topK": 20

0 commit comments

Comments
 (0)