Skip to content

Commit

Permalink
Use large Llama
Browse files Browse the repository at this point in the history
  • Loading branch information
Twixes committed Nov 17, 2024
1 parent 50d1d24 commit 6742956
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/chat.py
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ async def invoke_ask_online(self, citations, function_call):
async with self.bot.session.post(
"https://api.perplexity.ai/chat/completions",
json={
"model": "llama-3.1-sonar-small-128k-online",
"model": "llama-3.1-sonar-large-128k-online",
"messages": [
{
"role": "system",
Expand Down

0 comments on commit 6742956

Please sign in to comment.