Skip to main content
Open on GitHub

Baichuan

Baichuan Inc. 是一家AGI时代下的中国初创公司, 致力于解决人类的基本需求:效率、健康和幸福。

安装和设置

在此处注册并获取API密钥:https://platform.baichuan-ai.com/

LLMs

请参阅使用示例

from langchain_community.llms import BaichuanLLM
API Reference:BaichuanLLM

Chat models

请参阅使用示例

from langchain_community.chat_models import ChatBaichuan
API Reference:ChatBaichuan

Embedding models

请参阅使用示例

from langchain_community.embeddings import BaichuanTextEmbeddings