LangChain.js 为 Neural Internet 的 Bittensor LLM 模型提供实验性支持。
以下是示例:
const model = new NIBittensorLLM();
const res = await model.invoke(`What is Bittensor?`);
console.log({ res });
/*
{
res: "\nBittensor is opensource protocol..."
}
*/
相关
- - 模型指南