UNPKG

@n8n-plus/n8n-plus

Version:

n8n Workflow Automation Tool (plus edition)

4 lines (3 loc) 272 B
import type { ChatHubLLMProvider } from '@n8n/api-types'; export declare const maxContextWindowTokens: Record<ChatHubLLMProvider, Record<string, number>>; export declare const getMaxContextWindowTokens: (provider: ChatHubLLMProvider, model: string) => number | undefined;