Skip to main content
Open on GitHub

Baichuan

Baichuan Inc. is a Chinese startup in the era of AGI, dedicated to addressing fundamental human needs: Efficiency, Health, and Happiness.

安装与设置

注册并获取API密钥 这里

LLMs

查看一个 使用示例

from langchain_community.llms import BaichuanLLM
API 参考:BaichuanLLM

聊天模型

查看一个 使用示例

from langchain_community.chat_models import ChatBaichuan
API 参考:ChatBaichuan

嵌入模型

查看一个 使用示例

from langchain_community.embeddings import BaichuanTextEmbeddings