Skip to content
Snippets Groups Projects
Unverified Commit 89655a2c authored by ShadowArcanist's avatar ShadowArcanist Committed by GitHub
Browse files

[ Docs ] Added new LLMs to supported LLMs list on README (#1285)

[ :pencil: ] 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
parent 0eb16f2c
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment