mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 17:24:59 +00:00
refactor: update GPT-4o model name to simpler format
This commit is contained in:
parent
631ee98738
commit
44909912cd
2 changed files with 2 additions and 2 deletions
|
@ -83,7 +83,7 @@ def get_parser(default_config_files, git_root):
|
||||||
const=gpt_4_model,
|
const=gpt_4_model,
|
||||||
help=f"Use {gpt_4_model} model for the main chat",
|
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(
|
group.add_argument(
|
||||||
"--4o",
|
"--4o",
|
||||||
action="store_const",
|
action="store_const",
|
||||||
|
|
|
@ -69,7 +69,7 @@ MODEL_ALIASES = {
|
||||||
"opus": "claude-3-opus-20240229",
|
"opus": "claude-3-opus-20240229",
|
||||||
# GPT models
|
# GPT models
|
||||||
"4": "gpt-4-0613",
|
"4": "gpt-4-0613",
|
||||||
"4o": "gpt-4o-2024-08-06",
|
"4o": "gpt-4o",
|
||||||
"4-turbo": "gpt-4-1106-preview",
|
"4-turbo": "gpt-4-1106-preview",
|
||||||
"35turbo": "gpt-3.5-turbo",
|
"35turbo": "gpt-3.5-turbo",
|
||||||
"35-turbo": "gpt-3.5-turbo",
|
"35-turbo": "gpt-3.5-turbo",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue