mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-20 12:24:59 +00:00
chore: Add model option to update history script
This commit is contained in:
parent
1a7960810c
commit
77deb35022
1 changed files with 2 additions and 0 deletions
|
@ -136,6 +136,8 @@ def main():
|
||||||
message,
|
message,
|
||||||
"--no-git",
|
"--no-git",
|
||||||
"--no-auto-lint",
|
"--no-auto-lint",
|
||||||
|
"--model",
|
||||||
|
"o3",
|
||||||
]
|
]
|
||||||
subprocess.run(cmd)
|
subprocess.run(cmd)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue