Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/n8n-io/n8n into node-1864-…
Browse files Browse the repository at this point in the history
…improve-ux-in-ai-transform-node
  • Loading branch information
michael-radency committed Oct 31, 2024
2 parents c75619c + f6c8890 commit b23024d
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 b23024d

Please sign in to comment.