Skip to content

Commit

Permalink
Update openai.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
LovelyGuYiMeng authored Sep 22, 2024
1 parent 6f818ce commit b10ced3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config/modelProviders/openai.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const OpenAI: ModelProviderCard = {
{
description:
'o1-mini是一款针对编程、数学和科学应用场景而设计的快速、经济高效的推理模型。该模型具有128K上下文和2023年10月的知识截止日期。',
displayName: 'OpenAI o1-mini',
displayName: 'o1-mini',
enabled: true,
id: 'o1-mini',
maxOutput: 65_536,
Expand All @@ -20,7 +20,7 @@ const OpenAI: ModelProviderCard = {
{
description:
'o1是OpenAI新的推理模型,适用于需要广泛通用知识的复杂任务。该模型具有128K上下文和2023年10月的知识截止日期。',
displayName: 'OpenAI o1-preview',
displayName: 'o1-preview',
enabled: true,
id: 'o1-preview',
maxOutput: 32_768,
Expand Down

0 comments on commit b10ced3

Please sign in to comment.