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 12, 2024
1 parent 53ff77b commit 9e9b328
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions src/config/modelProviders/openai.ts
Original file line number Diff line number Diff line change
Expand Up @@ -143,30 +143,6 @@ const OpenAI: ModelProviderCard = {
},
tokens: 32_768,
},
{
description:
'GPT 3.5 Turbo,适用于各种文本生成和理解任务,Currently points to gpt-3.5-turbo-0125',
displayName: 'GPT-3.5 Turbo',
functionCall: true,
id: 'gpt-3.5-turbo',
pricing: {
input: 0.5,
output: 1.5,
},
tokens: 16_385,
},
{
description:
'GPT 3.5 Turbo,适用于各种文本生成和理解任务,Currently points to gpt-3.5-turbo-0125', // Will be discontinued on September 13, 2024
displayName: 'GPT-3.5 Turbo 16K',
id: 'gpt-3.5-turbo-16k',
legacy: true,
pricing: {
input: 3,
output: 4,
},
tokens: 16_385,
},
],
checkModel: 'gpt-4o-mini',
description:
Expand Down

0 comments on commit 9e9b328

Please sign in to comment.