UNPKG

n8n-nodes-akashchat

Version:

n8n community nodes for AkashChat: API for open-source AI models on Akash Supercloud.

6 lines (5 loc) 274 B
import type { IExecuteFunctions, INodeExecutionData, INodeType, INodeTypeDescription } from 'n8n-workflow'; export declare class AkashChat implements INodeType { description: INodeTypeDescription; execute(this: IExecuteFunctions): Promise<INodeExecutionData[][]>; }