Skip to content

Commit

Permalink
Feat [OpenAI] [Models] gpt-3.5-turbo-0125 (ChatGPTNextWeb#3971)
Browse files Browse the repository at this point in the history
- [+] feat(constant.ts): add new model 'gpt-3.5-turbo-0125' to DEFAULT_MODELS array
  • Loading branch information
H0llyW00dzZ authored Feb 2, 2024
1 parent dc83e70 commit 7d7d7f5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions app/constant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 7d7d7f5

Please sign in to comment.