UNPKG

n8n-nodes-g4f

Version:

An n8n node to interact with the g4f (GPT-4-Free) API.

9 lines (8 loc) 298 B
import { ICredentialTestRequest, ICredentialType, INodeProperties } from 'n8n-workflow'; export declare class G4fApi implements ICredentialType { name: string; displayName: string; documentationUrl: string; properties: INodeProperties[]; test: ICredentialTestRequest; }