Skip to content

Commit c94077d

Browse files
authored
🐛 fix: disable ChatGPT-4o Tools Calling (lobehub#3659)
1 parent 4c9155c commit c94077d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/config/modelProviders/openai.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ const OpenAI: ModelProviderCard = {
3737
description: 'Dynamic model continuously updated to the current version of GPT-4o in ChatGPT',
3838
displayName: 'ChatGPT-4o',
3939
enabled: true,
40-
functionCall: true,
4140
id: 'chatgpt-4o-latest',
4241
tokens: 128_000,
4342
vision: true,

0 commit comments

Comments
 (0)