updated gpt-4o date versions

This commit is contained in:
Paul Gauthier 2024-08-21 11:12:44 -07:00
parent 9eac88f734
commit 27190c279d
2 changed files with 2 additions and 2 deletions

View file

@ -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",