mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-06 04:35:00 +00:00
docs and --4-turbo updates
This commit is contained in:
parent
e909207241
commit
b2fbafe41b
3 changed files with 8 additions and 5 deletions
|
@ -75,9 +75,9 @@ def get_parser(default_config_files, git_root):
|
|||
const=gpt_4o_model,
|
||||
help=f"Use {gpt_4o_model} model for the main chat",
|
||||
)
|
||||
gpt_4_turbo_model = "gpt-4-turbo"
|
||||
gpt_4_turbo_model = "gpt-4-1106-preview"
|
||||
group.add_argument(
|
||||
"--4-turbo-vision",
|
||||
"--4-turbo",
|
||||
action="store_const",
|
||||
dest="model",
|
||||
const=gpt_4_turbo_model,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue