Skip to content

Commit 9898286

Browse files
authored
use gemini-2.0-flash model (#865)
1 parent 9a3509d commit 9898286

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vertexai/main.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ async function main() {
3838
// Get a Gemini model
3939
const model = getGenerativeModel(
4040
vertexAI,
41-
{ model: "gemini-1.5-flash" }
41+
{ model: "gemini-2.0-flash" }
4242
);
4343
// Call generateContent with a string or Content(s)
4444
const generateContentResult = await model.generateContent("what is a cat?");

0 commit comments

Comments
 (0)