Integrations按提供商分组 (Grouped by provider)CerebriumAIOn this pageCerebriumAI本页面介绍如何在LangChain中使用CerebriumAI生态系统。 它分为两个部分:安装和设置,以及对特定CerebriumAI包装器的引用。安装和设置使用pip install cerebrium进行安装获取一个CerebriumAI API密钥,并将其设置为环境变量(CEREBRIUMAI_API_KEY)包装器LLM存在一个CerebriumAI LLM包装器,您可以使用以下代码访问:from langchain.llms import CerebriumAI