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 you can interact with a variety of LLMs. The following sections of documentation are provided: - `Getting Started `_: An overview of all the functionality the LangChain LLM class provides. - `Key Concepts `_: A conceptual guide going over the various concepts related to LLMs. - `How-To Guides `_: A collection of how-to guides. These highlight how to accomplish various objectives with our LLM class, as well as how to integrate with various LLM providers. - `Reference `_: API reference documentation for all LLM classes. .. toctree:: :maxdepth: 1 :name: LLMs :hidden: llms/key_concepts.md llms/getting_started.ipynb llms/how_to_guides.rst Reference