refactor: update GPT-4o model name to simpler format

This commit is contained in:
Paul Gauthier 2024-12-03 07:50:19 -08:00 committed by Paul Gauthier (aider)
parent 631ee98738
commit 44909912cd
2 changed files with 2 additions and 2 deletions

View file

@ -83,7 +83,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-2024-08-06"
gpt_4o_model = "gpt-4o"
group.add_argument(
"--4o",
action="store_const",