mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-07 13:15:00 +00:00
switch naming from openai/gpt-4o to gpt-4o
This commit is contained in:
parent
edc70bdf84
commit
72613f3b27
4 changed files with 14 additions and 4 deletions
|
@ -67,7 +67,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 = "openai/gpt-4o"
|
||||
gpt_4o_model = "gpt-4o"
|
||||
group.add_argument(
|
||||
"--4o",
|
||||
action="store_const",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue