mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 09:44:59 +00:00
dropped aliases
This commit is contained in:
parent
0da1b59901
commit
f291c8f777
1 changed files with 0 additions and 11 deletions
|
@ -108,17 +108,6 @@ MODEL_SETTINGS = [
|
|||
),
|
||||
]
|
||||
|
||||
ALIASES = {
|
||||
# gpt-3.5
|
||||
"gpt-3.5-turbo": "gpt-3.5-turbo-0613",
|
||||
"gpt-3.5-turbo-16k": "gpt-3.5-turbo-16k-0613",
|
||||
# gpt-4
|
||||
"gpt-4-turbo": "gpt-4-turbo-2024-04-09",
|
||||
"gpt-4-turbo-preview": "gpt-4-0125-preview",
|
||||
"gpt-4": "gpt-4-0613",
|
||||
"gpt-4-32k": "gpt-4-32k-0613",
|
||||
}
|
||||
|
||||
|
||||
class Model:
|
||||
name = None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue