switch naming from openai/gpt-4o to gpt-4o

This commit is contained in:
Paul Gauthier 2024-05-15 06:25:30 -07:00
parent edc70bdf84
commit 72613f3b27
4 changed files with 14 additions and 4 deletions

View file

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