UNPKG

n8n-nodes-akashchat

Version:

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

9 lines (8 loc) 300 B
import { IAuthenticateGeneric, ICredentialType, INodeProperties } from 'n8n-workflow'; export declare class AkashChatApi implements ICredentialType { name: string; displayName: string; documentationUrl: string; properties: INodeProperties[]; authenticate: IAuthenticateGeneric; }