fix(Perplexity Node): Update model from 'r1-1776' to 'sonar' in API and tests (#19440)

This commit is contained in:
jabbson
2025-09-15 04:53:43 -04:00
committed by GitHub
parent 66e3f2b639
commit 2ed407850a
5 changed files with 7 additions and 8 deletions

View File

@@ -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' },