We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 703c035 + fe7f2ce commit d253201Copy full SHA for d253201
Node/remote-config-server-with-vertex/functions/index.js
@@ -18,7 +18,7 @@ const app = initializeApp();
18
const defaultConfig = {
19
20
// Default values for Vertex AI.
21
- model_name: "gemini-1.5-flash-preview-0514",
+ model_name: "gemini-1.5-flash-002",
22
generation_config: [{
23
"stopSequences": [], "temperature": 0.7,
24
"maxOutputTokens": 64, "topP": 0.1, "topK": 20
0 commit comments