mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 11:01:15 +00:00
fix(Perplexity Node): Update model from 'r1-1776' to 'sonar' in API and tests (#19440)
This commit is contained in:
@@ -6,10 +6,9 @@ const properties: INodeProperties[] = [
|
||||
displayName: 'Model',
|
||||
name: 'model',
|
||||
type: 'options',
|
||||
default: 'r1-1776',
|
||||
default: 'sonar',
|
||||
required: true,
|
||||
options: [
|
||||
{ name: 'R1-1776', value: 'r1-1776' },
|
||||
{ name: 'Sonar', value: 'sonar' },
|
||||
{ name: 'Sonar Deep Research', value: 'sonar-deep-research' },
|
||||
{ name: 'Sonar Pro', value: 'sonar-pro' },
|
||||
|
||||
Reference in New Issue
Block a user