From fef01550dfc9ff6ffd5cc9a3bab908d8e5d3a610 Mon Sep 17 00:00:00 2001
From: amrrs <1littlecoder@gmail.com>
Date: Thu, 5 Sep 2024 23:44:48 +0530
Subject: [PATCH] fixed the typo in LLMs (#2225)

(not a big deal, just to avoid someone pointing it out)
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 5c4e9cccb..e07633266 100644
--- a/README.md
+++ b/README.md
@@ -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)
-- 
GitLab