mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-02 18:54:59 +00:00
New --35turbo switch and docs updates
This commit is contained in:
parent
7387c6fd15
commit
cd434cac5a
2 changed files with 9 additions and 4 deletions
|
@ -169,6 +169,9 @@ def main(argv=None, input=None, output=None, force_git_root=None):
|
|||
)
|
||||
default_3_model = models.GPT35_0125
|
||||
core_group.add_argument(
|
||||
"--35turbo",
|
||||
"--35-turbo",
|
||||
"--3",
|
||||
"-3",
|
||||
action="store_const",
|
||||
dest="model",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue