mirror of
https://github.com/encounter/adk-python.git
synced 2026-07-09 18:19:28 -07:00
chore: Update default model in live bidi streaming sample
Switched the active model from `gemini-live-2.5-flash-preview` (for AI Studio) to `gemini-2.0-flash-live-preview-04-09` (for Vertex). PiperOrigin-RevId: 806348640
This commit is contained in:
committed by
Copybara-Service
parent
4cf00702a0
commit
2d98b2c30f
@@ -100,8 +100,8 @@ def get_current_weather(location: str):
|
||||
|
||||
root_agent = Agent(
|
||||
# find supported models here: https://google.github.io/adk-docs/get-started/streaming/quickstart-streaming/
|
||||
# model="gemini-2.0-flash-live-preview-04-09", # for Vertex project
|
||||
model="gemini-live-2.5-flash-preview", # for AI studio key
|
||||
model="gemini-2.0-flash-live-preview-04-09", # for Vertex project
|
||||
# model="gemini-live-2.5-flash-preview", # for AI studio key
|
||||
name="root_agent",
|
||||
instruction="""
|
||||
You are a helpful assistant that can check time, roll dice and check if numbers are prime.
|
||||
|
||||
Reference in New Issue
Block a user