📦 Distribution | 🔧 Project | 🚀 Activity |
---|---|---|
|
|
|
This package contains the LangChain integration with LiteLLM. LiteLLM is a library that simplifies calling Anthropic, Azure, Huggingface, Replicate, etc.
pip install langchain-litellm
from langchain_litellm import ChatLiteLLM
from langchain_litellm import ChatLiteLLMRouter
See a usage example