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 23, 2024
1 parent a305907 commit bda1705
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,9 +6,9 @@ const OpenAI: ModelProviderCard = {
{
description:
'o1-mini是一款针对编程、数学和科学应用场景而设计的快速、经济高效的推理模型。该模型具有128K上下文和2023年10月的知识截止日期。',
displayName: 'o1-mini',
displayName: 'OpenAI o1-mini',
enabled: true,
id: 'OpenAI o1-mini',
id: 'o1-mini',
maxOutput: 65_536,
pricing: {
input: 3,
Expand Down

0 comments on commit bda1705

Please sign in to comment.