Skip to content

Commit

Permalink
Add 405B to perplexity
Browse files Browse the repository at this point in the history
  • Loading branch information
timothycarambat committed Aug 19, 2024
1 parent 96e720e commit cb7cb2d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions server/utils/AiProviders/perplexity/models.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,11 @@ const MODELS = {
name: "llama-3.1-70b-instruct",
maxLength: 131072,
},
"llama-3.1-sonar-huge-128k-chat": {
id: "llama-3.1-sonar-huge-128k-chat",
name: "llama-3.1-sonar-huge-128k-chat",
maxLength: 127072,
},
};

module.exports.MODELS = MODELS;
3 changes: 2 additions & 1 deletion server/utils/AiProviders/perplexity/scripts/chat_models.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@
| `llama-3-70b-instruct` | 70B | 8,192 | Chat Completion |
| `mixtral-8x7b-instruct` | 8x7B | 16,384 | Chat Completion |
| `llama-3.1-8b-instruct` | 8B | 131,072 | Chat Completion |
| `llama-3.1-70b-instruct` | 70B | 131,072 | Chat Completion |
| `llama-3.1-70b-instruct` | 70B | 131,072 | Chat Completion |
| `llama-3.1-sonar-huge-128k-chat` | 405B | 127,072 | Chat Completion |

0 comments on commit cb7cb2d

Please sign in to comment.