Skip to content

Commit

Permalink
🐛 fix: Update minimax models (lobehub#3354)
Browse files Browse the repository at this point in the history
  • Loading branch information
sxjeru authored Jul 28, 2024
1 parent afce281 commit 8113729
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/config/modelProviders/minimax.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,20 @@ const Minimax: ModelProviderCard = {
tokens: 245_760,
},
{
description: '复杂场景,例如应用题计算、科学计算等场景',
displayName: 'abab6.5',
description: '英文等多语种人设对话场景',
displayName: 'abab6.5g',
enabled: true,
functionCall: true,
id: 'abab6.5-chat',
id: 'abab6.5g-chat',
tokens: 8192,
},
{
description: '更复杂的格式化文本生成',
displayName: 'abab6',
description: '中文人设对话场景',
displayName: 'abab6.5t',
enabled: true,
functionCall: true,
id: 'abab6-chat',
tokens: 32_768,
id: 'abab6.5t-chat',
tokens: 8192,
},
{
description: '生产力场景',
Expand All @@ -35,7 +35,7 @@ const Minimax: ModelProviderCard = {
tokens: 16_384,
},
{
description: '人设对话场景',
description: '中文人设对话场景',
displayName: 'abab5.5s',
enabled: true,
id: 'abab5.5s-chat',
Expand Down

0 comments on commit 8113729

Please sign in to comment.