mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
feat(Anthropic Chat Model Node): Set the new Claude 4 Sonnet model to be the default (#15609)
This commit is contained in:
@@ -155,8 +155,8 @@ export class LmChatAnthropic implements INodeType {
|
||||
type: 'resourceLocator',
|
||||
default: {
|
||||
mode: 'list',
|
||||
value: 'claude-3-7-sonnet-20250219',
|
||||
cachedResultName: 'Claude 3.7 Sonnet',
|
||||
value: 'claude-sonnet-4-20250514',
|
||||
cachedResultName: 'Claude 4 Sonnet',
|
||||
},
|
||||
required: true,
|
||||
modes: [
|
||||
|
||||
Reference in New Issue
Block a user