Skip to content

Commit 3120054

Browse files
angelcaamaliennae
andauthored
chore(genai): Update gimini model to gimini-2.5-flash (GoogleCloudPlatform#4224)
Co-authored-by: Jennifer Davis <sigje@google.com>
1 parent f48aa10 commit 3120054

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

genai/live/live-structured-ouput-with-txt.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ async function generateStructuredTextResponse(
5656
});
5757

5858
const completion = await openAI.chat.completions.create({
59-
model: 'google/gemini-2.0-flash-001',
59+
model: 'google/gemini-2.5-flash',
6060
messages: [
6161
{role: 'system', content: 'Extract the event information.'},
6262
{

0 commit comments

Comments
 (0)