Commit a332ff9
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 lookups1 parent 06dc0e1 commit a332ff9
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1629 | 1629 | | |
1630 | 1630 | | |
1631 | 1631 | | |
1632 | | - | |
| 1632 | + | |
1633 | 1633 | | |
1634 | 1634 | | |
1635 | 1635 | | |
| |||
0 commit comments