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