From 89655a2c374999b63818e751c611520e29015380 Mon Sep 17 00:00:00 2001 From: ShadowArcanist <162910371+ShadowArcanist@users.noreply.github.com> Date: Mon, 6 May 2024 06:05:30 +0530 Subject: [PATCH] [ Docs ] Added new LLMs to supported LLMs list on README (#1285) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [ 📝 ] Added new LLMs to supported LLMs list on README - Added KoboldCPP to supported LLMs list - Added Cohere to supported LLMs list - Added Generic OpenAI to supported LLMs list - Added Cohere to supported Embedding models list --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index d5e4c301..46544885 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,7 @@ Some cool features of AnythingLLM - [Any open-source llama.cpp compatible model](/server/storage/models/README.md#text-generation-llm-selection) - [OpenAI](https://openai.com) +- [OpenAI (Generic)](https://openai.com) - [Azure OpenAI](https://azure.microsoft.com/en-us/products/ai-services/openai-service) - [Anthropic](https://www.anthropic.com/) - [Google Gemini Pro](https://ai.google.dev/) @@ -77,6 +78,9 @@ Some cool features of AnythingLLM - [OpenRouter (chat models)](https://openrouter.ai/) - [Mistral](https://mistral.ai/) - [Groq](https://groq.com/) +- [Cohere](https://cohere.com/) +- [KoboldCPP](https://github.com/LostRuins/koboldcpp) + **Supported Embedding models:** @@ -86,12 +90,15 @@ Some cool features of AnythingLLM - [LocalAi (all)](https://localai.io/) - [Ollama (all)](https://ollama.ai/) - [LM Studio (all)](https://lmstudio.ai) +- [Cohere](https://cohere.com/) + **Supported Transcription models:** - [AnythingLLM Built-in](https://github.com/Mintplex-Labs/anything-llm/tree/master/server/storage/models#audiovideo-transcription) (default) - [OpenAI](https://openai.com/) + **Supported Vector Databases:** - [LanceDB](https://github.com/lancedb/lancedb) (default) @@ -103,6 +110,7 @@ Some cool features of AnythingLLM - [Milvus](https://milvus.io) - [Zilliz](https://zilliz.com) + ### Technical Overview This monorepo consists of three main sections: