UNPKG

n8n

Version:

n8n Workflow Automation Tool

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;