We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f48aa10 commit 3120054Copy full SHA for 3120054
1 file changed
genai/live/live-structured-ouput-with-txt.js
@@ -56,7 +56,7 @@ async function generateStructuredTextResponse(
56
});
57
58
const completion = await openAI.chat.completions.create({
59
- model: 'google/gemini-2.0-flash-001',
+ model: 'google/gemini-2.5-flash',
60
messages: [
61
{role: 'system', content: 'Extract the event information.'},
62
{
0 commit comments