You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/docs/modules/llms/integrations.rst

21 lines
587 B
ReStructuredText

Integrations
=============
The examples here are all "how-to" guides for how to integrate with various LLM providers.
`Huggingface Hub <./integrations/huggingface_hub.html>`_: Covers how to connect to LLMs hosted on HuggingFace Hub.
`Azure OpenAI <./integrations/azure_openai_example.html>`_: Covers how to connect to Azure-hosted OpenAI Models.
`Manifest <./integrations/manifest.html>`_: Covers how to utilize the Manifest wrapper.
.. toctree::
:maxdepth: 1
:glob:
:caption: Specific LLM Integrations
:name: Specific LLM Integrations
:hidden:
./integrations/*