mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2025-04-05 04:08:15 +00:00
* add LLM support for perplexity * update README & example env * fix ENV keys in example env files * slight changes for QA of perplexity support * Update Perplexity AI name --------- Co-authored-by: timothycarambat <rambat1010@gmail.com>
11 lines
No EOL
714 B
Text
11 lines
No EOL
714 B
Text
| Model | Context Length | Model Type |
|
|
| :------------------------ | :------------- | :-------------- |
|
|
| `codellama-34b-instruct` | 16384 | Chat Completion |
|
|
| `codellama-70b-instruct` | 16384 | Chat Completion |
|
|
| `llama-2-70b-chat` | 4096 | Chat Completion |
|
|
| `mistral-7b-instruct` [2] | 8192 [1] | Chat Completion |
|
|
| `mixtral-8x7b-instruct` | 8192 [1] | Chat Completion |
|
|
| `pplx-7b-chat` | 8192 | Chat Completion |
|
|
| `pplx-70b-chat` | 8192 | Chat Completion |
|
|
| `pplx-7b-online` | 8192 | Chat Completion |
|
|
| `pplx-70b-online` | 8192 | Chat Completion | |