LiteLLM
LiteLLM is a library that simplifies calling Anthropic, Azure, Huggingface, Replicate, etc.
Installation and setupโ
pip install langchain-litellm
Chat Modelsโ
from langchain_litellm.chat_models import ChatLiteLLM
See more detail in the guide here.
API referenceโ
For detailed documentation of all ChatLiteLLM
features and configurations head to the API reference: https://github.com/Akshay-Dongare/langchain-litellm