From b861943298d818770675f0bd4f250d00a4567b64 Mon Sep 17 00:00:00 2001 From: Ayo Adedeji <67317859+ayoisio@users.noreply.github.com> Date: Sat, 11 Apr 2026 08:40:55 -0700 Subject: [PATCH] Update day_trip.py model from deprecated gemini-2.0-flash to gemini-2.5-flash gemini-2.0-flash is deprecated as of March 6, 2026 and retires June 1, 2026. Updated Session 1's single agent to use the current stable gemini-2.5-flash model. --- a_single_agent/day_trip.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/a_single_agent/day_trip.py b/a_single_agent/day_trip.py index 5c11fa1..fee03ff 100644 --- a/a_single_agent/day_trip.py +++ b/a_single_agent/day_trip.py @@ -6,7 +6,7 @@ root_agent = Agent( name="planner_agent", - model="gemini-2.0-flash", + model="gemini-2.5-flash", description="Agent tasked with generating creative and fun dating plan suggestions", instruction=""" You are a specialized AI assistant tasked with generating creative and fun plan suggestions.