Skip to content

Commit

Permalink
Feat [OpenAI] [Models] gpt-3.5-turbo-0125
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 committed Feb 2, 2024
1 parent e1b065c commit e46ae43
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 e46ae43

Please sign in to comment.