Skip to content

Commit d253201

Browse files
authored
Merge pull request #1169 from firebase/jenh-remote-config-server
Update Gemini model name.
2 parents 703c035 + fe7f2ce commit d253201

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

+1-1
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)