Skip to main content

Documentation Index

Fetch the complete documentation index at: https://langchain-zh.cn/llms.txt

Use this file to discover all available pages before exploring further.

LiteLLM 是一个简化调用 Anthropic、Azure、Huggingface、Replicate 等的库。

安装和设置

pip install langchain-litellm

聊天模型

from langchain_litellm import ChatLiteLLM
from langchain_litellm import ChatLiteLLMRouter
有关更多详细信息,请参阅 LiteLLM 聊天指南

API 参考

如需了解所有 ChatLiteLLMChatLiteLLMRouter 功能和配置的详细文档,请前往 API 参考