Skip to content

Commit

Permalink
🐛 fix: disable ChatGPT-4o Tools Calling (lobehub#3659)
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed Aug 28, 2024
1 parent 4c9155c commit c94077d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/config/modelProviders/openai.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit c94077d

Please sign in to comment.