From c94077dced286b25211f1c8ed99dae2ee2cc0e97 Mon Sep 17 00:00:00 2001 From: Arvin Xu Date: Wed, 28 Aug 2024 23:52:31 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix:=20disable=20ChatGPT-4o=20To?= =?UTF-8?q?ols=20Calling=20(#3659)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/config/modelProviders/openai.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/config/modelProviders/openai.ts b/src/config/modelProviders/openai.ts index b48a46f80460..d888942e893d 100644 --- a/src/config/modelProviders/openai.ts +++ b/src/config/modelProviders/openai.ts @@ -37,7 +37,6 @@ const OpenAI: ModelProviderCard = { description: 'Dynamic model continuously updated to the current version of GPT-4o in ChatGPT', displayName: 'ChatGPT-4o', enabled: true, - functionCall: true, id: 'chatgpt-4o-latest', tokens: 128_000, vision: true,