dropped aliases

This commit is contained in:
Paul Gauthier 2024-04-18 14:44:50 -07:00
parent 0da1b59901
commit f291c8f777

View file

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