mirror of
https://github.com/encounter/adk-python.git
synced 2026-07-09 18:19:28 -07:00
chore: Update default and example Gemini models to new versions
Changes references from `gemini-1.5-flash` and `gemini-1.5-pro` to `gemini-2.5-flash` and `gemini-2.5-pro` in docstrings, default values, sample agents, and tests. PiperOrigin-RevId: 805536434
This commit is contained in:
committed by
Copybara-Service
parent
3c433b7168
commit
894bec794e
@@ -58,7 +58,7 @@ class Gemini(BaseLlm):
|
||||
model: The name of the Gemini model.
|
||||
"""
|
||||
|
||||
model: str = 'gemini-1.5-flash'
|
||||
model: str = 'gemini-2.5-flash'
|
||||
|
||||
retry_options: Optional[types.HttpRetryOptions] = None
|
||||
"""Allow Gemini to retry failed responses.
|
||||
|
||||
Reference in New Issue
Block a user