fixed the typo in LLMs (#2225)

(not a big deal, just to avoid someone pointing it out)
This commit is contained in:
amrrs 2024-09-05 23:44:48 +05:30 committed by GitHub
parent b8b55b5899
commit fef01550df
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -69,7 +69,7 @@ AnythingLLM divides your documents into objects called `workspaces`. A Workspace
### Supported LLMs, Embedder Models, Speech models, and Vector Databases ### 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) - [Any open-source llama.cpp compatible model](/server/storage/models/README.md#text-generation-llm-selection)
- [OpenAI](https://openai.com) - [OpenAI](https://openai.com)