From 9e9b3281e7250274947fd920b420ce4b301e8bfc Mon Sep 17 00:00:00 2001 From: LovelyGuYiMeng <76251800+LovelyGuYiMeng@users.noreply.github.com> Date: Fri, 13 Sep 2024 02:05:09 +0800 Subject: [PATCH] Update openai.ts --- src/config/modelProviders/openai.ts | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/src/config/modelProviders/openai.ts b/src/config/modelProviders/openai.ts index b2dba1191313..4ab5996b0f67 100644 --- a/src/config/modelProviders/openai.ts +++ b/src/config/modelProviders/openai.ts @@ -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: