From 04e45f9cde64845fab386655f96bbcbe8a04c0af Mon Sep 17 00:00:00 2001 From: Dario Ruben <45230766+DarioRubenScanferlato@users.noreply.github.com> Date: Tue, 25 Jul 2023 04:14:32 +0200 Subject: [PATCH] Fixed grammar in LLM models documentation (#8210) Description: I fixed a typo in the documentation related to LLMs (https://python.langchain.com/docs/modules/model_io/models/llms/) --- docs/docs_skeleton/docs/modules/model_io/models/llms/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs_skeleton/docs/modules/model_io/models/llms/index.mdx b/docs/docs_skeleton/docs/modules/model_io/models/llms/index.mdx index f79ab9b063..c9d7a4b2a8 100644 --- a/docs/docs_skeleton/docs/modules/model_io/models/llms/index.mdx +++ b/docs/docs_skeleton/docs/modules/model_io/models/llms/index.mdx @@ -8,7 +8,7 @@ Head to [Integrations](/docs/integrations/llms/) for documentation on built-in i ::: Large Language Models (LLMs) are a core component of LangChain. -LangChain does not serve it's own LLMs, but rather provides a standard interface for interacting with many different LLMs. +LangChain does not serve its own LLMs, but rather provides a standard interface for interacting with many different LLMs. ## Get started