anything-llm/server/utils/AiProviders/perplexity/scripts/chat_models.txt
Sean Hatfield 80ced5eba4
[FEAT] PerplexityAI Support (#778)
* 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>
2024-02-22 12:48:57 -08:00

11 lines
714 B
Plaintext

| 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 |