mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-08 05:34:59 +00:00
updated gpt-4o date versions
This commit is contained in:
parent
9eac88f734
commit
27190c279d
2 changed files with 2 additions and 2 deletions
|
@ -74,7 +74,7 @@ def get_parser(default_config_files, git_root):
|
|||
const=gpt_4_model,
|
||||
help=f"Use {gpt_4_model} model for the main chat",
|
||||
)
|
||||
gpt_4o_model = "gpt-4o"
|
||||
gpt_4o_model = "gpt-4o-2024-08-06"
|
||||
group.add_argument(
|
||||
"--4o",
|
||||
action="store_const",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue