跳至主要内容

NIBittensor

危险

此模块已弃用,不再受支持。以下文档在 v0.2.0 或更高版本中将无法正常工作。

LangChain.js 针对 Neural Internet 的 Bittensor LLM 模型提供实验性支持。

以下是一个示例

import { NIBittensorLLM } from "langchain/experimental/llms/bittensor";

const model = new NIBittensorLLM();

const res = await model.invoke(`What is Bittensor?`);

console.log({ res });

/*
{
res: "\nBittensor is opensource protocol..."
}
*/

此页面对您有帮助吗?


您也可以在 GitHub 上留下详细的反馈 GitHub.