mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
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:
@@ -128,7 +128,7 @@ export class LmChatOpenAi implements INodeType {
|
||||
property: 'model',
|
||||
},
|
||||
},
|
||||
default: 'gpt-3.5-turbo',
|
||||
default: 'gpt-4o-mini',
|
||||
},
|
||||
{
|
||||
displayName:
|
||||
|
||||
Reference in New Issue
Block a user