mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2024-11-19 04:30:10 +01:00
Add 405B to perplexity
This commit is contained in:
parent
96e720ee79
commit
cb7cb2d976
@ -64,6 +64,11 @@ const MODELS = {
|
|||||||
name: "llama-3.1-70b-instruct",
|
name: "llama-3.1-70b-instruct",
|
||||||
maxLength: 131072,
|
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;
|
module.exports.MODELS = MODELS;
|
||||||
|
@ -13,3 +13,4 @@
|
|||||||
| `mixtral-8x7b-instruct` | 8x7B | 16,384 | Chat Completion |
|
| `mixtral-8x7b-instruct` | 8x7B | 16,384 | Chat Completion |
|
||||||
| `llama-3.1-8b-instruct` | 8B | 131,072 | 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 |
|
Loading…
Reference in New Issue
Block a user