Skip to content

Commit 933607a

Browse files
authored
feat: bump live api model (#635)
1 parent 29d06c9 commit 933607a

File tree

1 file changed

+1
-1
lines changed
  • agent_starter_pack/agents/adk_live/app

1 file changed

+1
-1
lines changed

agent_starter_pack/agents/adk_live/app/agent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def get_weather(query: str) -> str:
4646

4747
root_agent = Agent(
4848
name="root_agent",
49-
model="gemini-live-2.5-flash-preview-native-audio-09-2025",
49+
model="gemini-live-2.5-flash-native-audio",
5050
instruction="You are a helpful AI assistant designed to provide accurate and useful information.",
5151
tools=[get_weather],
5252
)

0 commit comments

Comments
 (0)