Baichuan
Baichuan Inc. 是一家在AGI时代的中国初创公司,致力于解决人类的基本需求:效率、健康和幸福。
安装与设置
注册并获取API密钥 这里.
大型语言模型
查看使用示例。
from langchain_community.llms import BaichuanLLM
API Reference:BaichuanLLM
聊天模型
查看一个使用示例。
from langchain_community.chat_models import ChatBaichuan
API Reference:ChatBaichuan
嵌入模型
查看使用示例。
from langchain_community.embeddings import BaichuanTextEmbeddings
API Reference:BaichuanTextEmbeddings