Skip to main content
Open on GitHub

StochasticAI

本页面介绍了如何在LangChain中使用StochasticAI生态系统。 它分为两部分:安装和设置,然后是对特定StochasticAI包装器的引用。

安装与设置

  • 使用 pip install stochasticx 安装
  • 获取一个StochasticAI API密钥并将其设置为环境变量 (STOCHASTICAI_API_KEY)

包装器

LLM

存在一个StochasticAI LLM包装器,您可以通过以下方式访问

from langchain_community.llms import StochasticAI
API Reference:StochasticAI

这个页面有帮助吗?