Skip to content

Commit

Permalink
✨ Feature(custom): optimize gtp-4-turbo
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuingsmile committed Jan 29, 2024
1 parent 237809e commit a957828
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/constant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export const availableModels: IStringKeyMap = {
'gpt-3.5-16k-0613': 'gpt-3.5-turbo-16k-0613',
'text-davinci-003': 'text-davinci-003',
gtp4: 'gpt-4',
'gpt-4-turbo': 'gpt-4-0125-preview',
'gpt-4-turbo-preview': 'gpt-4-turbo-preview',
'gpt-4-1106-preview': 'gpt-4-1106-preview',
'gpt4-0613': 'gpt-4-0613',
'gpt4-32k': 'gpt-4-32k',
Expand Down

0 comments on commit a957828

Please sign in to comment.