Skip to main content

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

See a usage example.

from langchain_community.llms.yuan2 import Yuan2
API Reference:Yuan2

Chat models

See the installation instructions.

Yuan2.0 provided an OpenAI compatible API, and ChatYuan2 is integrated into langchain by using OpenAI client. Therefore, ensure the openai package is installed.

pip install openai

See a usage example.

from langchain_community.chat_models import ChatYuan2
API Reference:ChatYuan2

Was this page helpful?


You can also leave detailed feedback on GitHub.