Skip to content

Commit 03b248c

Browse files
authored
chore(genai): Update gemini model to gemini-2.5-flash (#13810)
1 parent 563e5bd commit 03b248c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

genai/live/live_structured_output_with_txt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def generate_content() -> CalendarEvent:
5959
)
6060

6161
completion = client.beta.chat.completions.parse(
62-
model="google/gemini-2.0-flash-001",
62+
model="google/gemini-2.5-flash",
6363
messages=[
6464
ChatCompletionSystemMessageParam(
6565
role="system", content="Extract the event information."

0 commit comments

Comments
 (0)