UNPKG

dadeumi

Version:

Dadeumi - An AI-powered literary translation workflow inspired by the Korean method of iterative textile refinement

10 lines (9 loc) 363 B
/** * Constants used throughout the application */ /** * Context window limits (total input + output tokens) for different models * Note: These are the TOTAL context limits, not just output limits. * For example, GPT-4o has a 128K context window but may be limited to 16K output tokens. */ export declare const MODEL_CONTEXT_LIMITS: Record<string, number>;