Skip to main content
在 GitHub 上打开

Baichuan

百川公司是一家处于 AGI 时代的中国初创公司, 致力于满足人类的基本需求:效率、健康和幸福。

安装和设置

在此处注册并获取 API 密钥。

LLM

请参阅使用示例

from langchain_community.llms import BaichuanLLM
API 参考:百川LLM

聊天模型

请参阅使用示例

from langchain_community.chat_models import ChatBaichuan
API 参考:ChatBaichuan

嵌入模型

请参阅使用示例

from langchain_community.embeddings import BaichuanTextEmbeddings