Skip to content

Commit a332ff9

Browse files
committed
fix(models): correct sonar-deep-research model name in Perplexity config
The sonar-deep-research entry under chatPerplexity had its name field incorrectly set to 'sonar' instead of 'sonar-deep-research'. This caused two issues: 1. Users selecting sonar-deep-research in the UI would hit the regular sonar API endpoint instead of the deep research endpoint 2. A duplicate name collision with the existing sonar entry, causing incorrect cost lookups
1 parent 06dc0e1 commit a332ff9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/components/models.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1629,7 +1629,7 @@
16291629
},
16301630
{
16311631
"label": "sonar-deep-research",
1632-
"name": "sonar",
1632+
"name": "sonar-deep-research",
16331633
"input_cost": 2e-6,
16341634
"output_cost": 8e-6
16351635
},

0 commit comments

Comments
 (0)