chore: Add model option to update history script

This commit is contained in:
Paul Gauthier 2025-05-09 08:10:36 -07:00 committed by Paul Gauthier (aider)
parent 1a7960810c
commit 77deb35022

View file

@ -136,6 +136,8 @@ def main():
message,
"--no-git",
"--no-auto-lint",
"--model",
"o3",
]
subprocess.run(cmd)