Baichuan
Baichuan Inc. is a Chinese startup in the era of AGI, dedicated to addressing fundamental human needs: Efficiency, Health, and Happiness.
Installation and Setupβ
Register and get an API key here.
LLMsβ
See a usage example.
from langchain_community.llms import BaichuanLLM
API Reference:
Chat modelsβ
See a usage example.
from langchain_community.chat_models import ChatBaichuan
API Reference:
Embedding modelsβ
See a usage example.
from langchain_community.embeddings import BaichuanTextEmbeddings