We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9de1383 + 9898286 commit 4c21366Copy full SHA for 4c21366
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