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/)
pull/8225/head
Dario Ruben 1 year ago committed by GitHub
parent 59a7c5877a
commit 04e45f9cde
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save