LiteLLM
LiteLLM 是一个简化调用 Anthropic、Azure、Huggingface、Replicate 等的库。
安装和设置
pip install langchain-litellm
聊天模型
from langchain_litellm import ChatLiteLLM
from langchain_litellm import ChatLiteLLMRouter
在此处的指南中查看更多详细信息。
API 参考
有关所有ChatLiteLLM和ChatLiteLLMRouter功能和配置可参考 API 参考:https://github.com/Akshay-Dongare/langchain-litellm