feat(Anthropic Chat Model Node): Set the new Claude 4 Sonnet model to be the default (#15609)

This commit is contained in:
jeanpaul
2025-05-23 08:58:35 +02:00
committed by GitHub
parent e5c2aea6fe
commit cf8b611d14

View File

@@ -155,8 +155,8 @@ export class LmChatAnthropic implements INodeType {
type: 'resourceLocator', type: 'resourceLocator',
default: { default: {
mode: 'list', mode: 'list',
value: 'claude-3-7-sonnet-20250219', value: 'claude-sonnet-4-20250514',
cachedResultName: 'Claude 3.7 Sonnet', cachedResultName: 'Claude 4 Sonnet',
}, },
required: true, required: true,
modes: [ modes: [