Skip to content

Commit 192f19d

Browse files
xuanyang15copybara-github
authored andcommitted
fix: Update model name in hello_world agent
Co-authored-by: Xuan Yang <xygoogle@google.com> PiperOrigin-RevId: 912743254
1 parent c13f2e4 commit 192f19d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • contributing/samples/hello_world

contributing/samples/hello_world/agent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ async def check_prime(nums: list[int]) -> str:
6565

6666

6767
root_agent = Agent(
68-
model='projects/adk-cat/locations/us-central1/publishers/google/models/gemini-2.5-flash',
68+
model='gemini-2.5-flash',
6969
name='hello_world_agent',
7070
description=(
7171
'hello world agent that can roll a dice of 8 sides and check prime'

0 commit comments

Comments
 (0)