Skip to content

Commit

Permalink
Merge pull request #1169 from firebase/jenh-remote-config-server
Browse files Browse the repository at this point in the history
Update Gemini model name.
  • Loading branch information
egilmorez authored Nov 12, 2024
2 parents 703c035 + fe7f2ce commit d253201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Node/remote-config-server-with-vertex/functions/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const app = initializeApp();
const defaultConfig = {

// Default values for Vertex AI.
model_name: "gemini-1.5-flash-preview-0514",
model_name: "gemini-1.5-flash-002",
generation_config: [{
"stopSequences": [], "temperature": 0.7,
"maxOutputTokens": 64, "topP": 0.1, "topK": 20
Expand Down

0 comments on commit d253201

Please sign in to comment.