生态 ( Ecosystem )集成 (Integrations)NLPCloudOn this pageNLPCloud本页面介绍如何在 LangChain 中使用 NLPCloud 生态系统。 它分为两部分:安装和设置,以及对特定 NLPCloud 封装的参考。安装和设置使用 pip install nlpcloud 安装 Python SDK获取一个 NLPCloud API 密钥并将其设置为环境变量(NLPCLOUD_API_KEY)封装LLM存在一个 NLPCloud LLM 封装,您可以通过以下方式访问from langchain.llms import NLPCloud