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

@ -69,7 +69,7 @@ MODEL_ALIASES = {
"opus": "claude-3-opus-20240229",
# GPT models
"4": "gpt-4-0613",
"4o": "gpt-4o-2024-08-06",
"4o": "gpt-4o",
"4-turbo": "gpt-4-1106-preview",
"35turbo": "gpt-3.5-turbo",
"35-turbo": "gpt-3.5-turbo",