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

@@ -39,7 +39,7 @@ export class PerplexityApi implements ICredentialType {
url: '/chat/completions',
method: 'POST',
body: {
model: 'r1-1776',
model: 'sonar',
messages: [{ role: 'user', content: 'test' }],
},
headers: {