IEIT Systems
IEIT Systems is a Chinese information technology company established in 1999. It provides the IT infrastructure products, solutions, and services, innovative IT products and solutions across cloud computing, big data, and artificial intelligence.
LLMs
查看一个 使用示例。
from langchain_community.llms.yuan2 import Yuan2
API 参考:元2
聊天模型
查看 安装说明。
Yuan2.0 提供了与 OpenAI 兼容的 API,通过使用 OpenAI client 将 ChatYuan2 集成到 langchain 中。
因此,请确保已安装 openai 包。
pip install openai
查看一个 使用示例。
from langchain_community.chat_models import ChatYuan2
API 参考:ChatYuan2