UNPKG

n8n-nodes-aimlapi

Version:

Custom n8n node for integrating with the AI/ML API platform (AIMLAPI) to interact with LLMs and multimodal AI models such as chat completion endpoints.

3 lines (2 loc) 143 B
import type { IDataObject } from 'n8n-workflow'; export declare function setIfDefined(target: IDataObject, key: string, value: unknown): void;