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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 9 additions and 0 deletions

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,