mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
fix(Perplexity Node): Update model from 'r1-1776' to 'sonar' in API and tests (#19440)
This commit is contained in:
@@ -16,7 +16,7 @@ describe('Perplexity API Credentials', () => {
|
||||
url: 'https://api.perplexity.ai/chat/completions',
|
||||
method: 'POST',
|
||||
body: {
|
||||
model: 'r1-1776',
|
||||
model: 'sonar',
|
||||
messages: [{ role: 'user', content: 'test' }],
|
||||
},
|
||||
headers: {
|
||||
|
||||
Reference in New Issue
Block a user