Skip to content

Commit 91773dd

Browse files
GWealecopybara-github
authored andcommitted
chore: use gemini-3.5-flash for changelog highlights drafting
Co-authored-by: George Weale <gweale@google.com> PiperOrigin-RevId: 960583408
1 parent 942b38d commit 91773dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/curate_changelog.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ def main() -> int:
281281
)
282282
parser.add_argument(
283283
"--model",
284-
default=os.environ.get("CHANGELOG_CURATION_MODEL", "gemini-2.5-flash"),
284+
default=os.environ.get("CHANGELOG_CURATION_MODEL", "gemini-3.5-flash"),
285285
help="Gemini model used to draft the Highlights.",
286286
)
287287
parser.add_argument(

0 commit comments

Comments
 (0)