mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2025-04-17 18:18:11 +00:00
fixed the typo in LLMs (#2225)
(not a big deal, just to avoid someone pointing it out)
This commit is contained in:
parent
b8b55b5899
commit
fef01550df
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ AnythingLLM divides your documents into objects called `workspaces`. A Workspace
|
|||
|
||||
### Supported LLMs, Embedder Models, Speech models, and Vector Databases
|
||||
|
||||
**Language Learning Models:**
|
||||
**Large Language Models (LLMs):**
|
||||
|
||||
- [Any open-source llama.cpp compatible model](/server/storage/models/README.md#text-generation-llm-selection)
|
||||
- [OpenAI](https://openai.com)
|
||||
|
|
Loading…
Add table
Reference in a new issue