feat(OpenAI Chat Model Node): Update default model to gpt-4.1-mini (#15975)

This commit is contained in:
Eugene
2025-06-05 13:32:40 +02:00
committed by GitHub
parent 2258a74518
commit 0bea193814
2 changed files with 3 additions and 3 deletions

View File

@@ -115,7 +115,7 @@ export class LmChatOpenRouter implements INodeType {
property: 'model',
},
},
default: 'openai/gpt-4o-mini',
default: 'openai/gpt-4.1-mini',
},
{
displayName: 'Options',