Skip to content

Commit

Permalink
✨ Feature(custom): add gpt-4o-mini
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuingsmile committed Aug 13, 2024
1 parent 4d89873 commit fd716f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils/constant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ export const availableAPIs: IStringKeyMap = {
// official API 可用的模型
export const availableModels: IStringKeyMap = {
'gpt-4o': 'gpt-4o',
'gpt-4o-mini': 'gpt-4o-mini',
'gpt-3.5': 'gpt-3.5-turbo',
'gpt-3.5-turbo-1106': 'gpt-3.5-turbo-1106',
'gpt-3.5-16k': 'gpt-3.5-turbo-16k',
Expand Down

0 comments on commit fd716f6

Please sign in to comment.