Skip to content

Commit

Permalink
Update perplexity model
Browse files Browse the repository at this point in the history
  • Loading branch information
campers committed Sep 28, 2024
1 parent 98a13ad commit 8ce7011
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/functions/web/perplexity.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export class Perplexity {
});

response = await perplexity.chat.completions.create({
model: 'llama-3-sonar-large-32k-online',
model: 'llama-3.1-sonar-large-128k-online',
max_tokens: 4096,
messages: [{ role: 'user', content: researchQuery }],
stream: false,
Expand Down

0 comments on commit 8ce7011

Please sign in to comment.