Skip to content

Commit

Permalink
Merge pull request anse-app#132 from LyuLumos/main
Browse files Browse the repository at this point in the history
feat(openai): add gpt-3.5-turbo-0125
  • Loading branch information
ddiu8081 authored Feb 10, 2024
2 parents 48a127b + 122f486 commit 481fb26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/providers/openai/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ const providerOpenAI = () => {
{ value: 'gpt-4-32k', label: 'gpt-4-32k' },
{ value: 'gpt-4-32k-0314', label: 'gpt-4-32k-0314' },
{ value: 'gpt-4-32k-0613', label: 'gpt-4-32k-0613' },
{ value: 'gpt-3.5-turbo-0125', label: 'gpt-3.5-turbo-0125' },
{ value: 'gpt-3.5-turbo-0301', label: 'gpt-3.5-turbo-0301' },
{ value: 'gpt-3.5-turbo-0613', label: 'gpt-3.5-turbo-0613' },
{ value: 'gpt-3.5-turbo-1106', label: 'gpt-3.5-turbo-1106' },
Expand Down

0 comments on commit 481fb26

Please sign in to comment.