We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 563e5bd commit 03b248cCopy full SHA for 03b248c
1 file changed
genai/live/live_structured_output_with_txt.py
@@ -59,7 +59,7 @@ def generate_content() -> CalendarEvent:
59
)
60
61
completion = client.beta.chat.completions.parse(
62
- model="google/gemini-2.0-flash-001",
+ model="google/gemini-2.5-flash",
63
messages=[
64
ChatCompletionSystemMessageParam(
65
role="system", content="Extract the event information."
0 commit comments