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