Skip to content

Commit

Permalink
feat(Anthropic Chat Model Node): Add model claude-3-5-sonnet-20241022 (
Browse files Browse the repository at this point in the history
  • Loading branch information
riascho authored Oct 31, 2024
1 parent 497d637 commit f6c8890
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ const modelField: INodeProperties = {
type: 'options',
// eslint-disable-next-line n8n-nodes-base/node-param-options-type-unsorted-items
options: [
{
name: 'Claude 3.5 Sonnet(20241022)',
value: 'claude-3-5-sonnet-20241022',
},
{
name: 'Claude 3 Opus(20240229)',
value: 'claude-3-opus-20240229',
Expand Down

0 comments on commit f6c8890

Please sign in to comment.