mirror of
https://github.com/enricoros/big-AGI.git
synced 2026-05-10 21:50:14 -07:00
OpenAI: chatgpt-4o-latest doesn't support tools
This commit is contained in:
@@ -68,7 +68,7 @@ export const _knownOpenAIChatModels: ManualMappings = [
|
||||
contextWindow: 128000,
|
||||
maxCompletionTokens: 16384,
|
||||
trainingDataCutoff: 'Oct 2023',
|
||||
interfaces: [LLM_IF_OAI_Chat, LLM_IF_OAI_Vision, LLM_IF_OAI_Fn, LLM_IF_OAI_Json],
|
||||
interfaces: [LLM_IF_OAI_Chat, LLM_IF_OAI_Vision, LLM_IF_OAI_Json], // does not support Tools
|
||||
chatPrice: { input: 5, output: 15 },
|
||||
benchmark: { cbaElo: 1337 },
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user