Skip to main content
Open on GitHub

iFlytek

iFlytek is a Chinese information technology company established in 1999. It creates voice recognition software and voice-based internet/mobile products covering education, communication, music, intelligent toys industries.

安装与设置

pip install websocket-client

LLMs

查看一个 使用示例

from langchain_community.llms import SparkLLM
API 参考:SparkLLM

聊天模型

查看一个 使用示例

from langchain_community.chat_models import ChatSparkLLM
API 参考:ChatSparkLLM

嵌入模型

from langchain_community.embeddings import SparkLLMTextEmbeddings