UNPKG

n8n-nodes-openai-analytics

Version:
4 lines (3 loc) 182 B
import { IExecuteFunctions } from 'n8n-workflow'; import OpenAI from 'openai'; export declare function initOpenAIClient(functionThis: IExecuteFunctions, i: number): Promise<OpenAI>;