UNPKG

n8n-nodes-sambanova

Version:

External n8n node to use SambaNova's chat model via their API

6 lines (5 loc) 306 B
import { type INodeType, type INodeTypeDescription, type ISupplyDataFunctions, type SupplyData } from 'n8n-workflow'; export declare class ChatModelSambaNova implements INodeType { description: INodeTypeDescription; supplyData(this: ISupplyDataFunctions, itemIndex: number): Promise<SupplyData>; }