Feat [OpenAI] [Models] gpt-3.5-turbo-0125 (#3971)

- [+] feat(constant.ts): add new model 'gpt-3.5-turbo-0125' to DEFAULT_MODELS array
This commit is contained in:
H0llyW00dzZ
2024-02-03 00:19:25 +07:00
committed by GitHub
parent e1b065c74a
commit 1a97bd55c7

View File

@@ -213,6 +213,15 @@ export const DEFAULT_MODELS = [
providerType: "openai",
},
},
{
name: "gpt-3.5-turbo-0125",
available: true,
provider: {
id: "openai",
providerName: "OpenAI",
providerType: "openai",
},
},
{
name: "gpt-3.5-turbo-0301",
available: true,