We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a3509d commit 9898286Copy full SHA for 9898286
vertexai/main.ts
@@ -38,7 +38,7 @@ async function main() {
38
// Get a Gemini model
39
const model = getGenerativeModel(
40
vertexAI,
41
- { model: "gemini-1.5-flash" }
+ { model: "gemini-2.0-flash" }
42
);
43
// Call generateContent with a string or Content(s)
44
const generateContentResult = await model.generateContent("what is a cat?");
0 commit comments