fix(OpenAI Chat Model Node, Ollama Chat Model Node): Change default model to a more up-to-date option (#11293)

This commit is contained in:
Eugene
2024-10-18 09:35:33 +02:00
committed by GitHub
parent a13e142ee2
commit 0be04c6348
4 changed files with 4 additions and 4 deletions

View File

@@ -128,7 +128,7 @@ export class LmChatOpenAi implements INodeType {
property: 'model',
},
},
default: 'gpt-3.5-turbo',
default: 'gpt-4o-mini',
},
{
displayName: