Skip to main content

前沿人工智能

本页面介绍如何在 LangChain 中使用前沿人工智能生态系统。

内容分为两部分:安装和设置,以及特定前沿人工智能封装的参考。

安装和设置

  • 获取前沿人工智能的 API 密钥,并将其设置为环境变量 (FOREFRONTAI_API_KEY)

封装

LLM

存在一个前沿人工智能 LLM 封装,您可以通过以下方式访问

from langchain_community.llms import ForefrontAI

Was this page helpful?


You can leave detailed feedback on GitHub.