From 0f544a88112e26bc8c946e0ede4c4f58add3b594 Mon Sep 17 00:00:00 2001 From: Rukmal Weerawarana Date: Thu, 12 Jan 2023 21:16:32 -0500 Subject: [PATCH] Fix minor error in LLM documentation (#602) --- docs/modules/llms.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/llms.rst b/docs/modules/llms.rst index 3123039f..d514ba64 100644 --- a/docs/modules/llms.rst +++ b/docs/modules/llms.rst @@ -2,7 +2,7 @@ LLMs ========================== Large Language Models (LLMs) are a core component of LangChain. -LangChain is a provider of LLMs, but rather provides a standard interface through which +LangChain is not a provider of LLMs, but rather provides a standard interface through which you can interact with a variety of LLMs. The following sections of documentation are provided: