UNPKG

node-llm-test

Version:

Generate tests to evaluate the intelligence of large language models.

18 lines (17 loc) 521 B
export declare enum Feature { CHAOS_WORDS = 1, MULTIZE_TOKENS = 2, EXCLUDE_MAPPING_INFO = 4, MULTIZE_I_TOKENS = 8, PARTIAL_REASINING = 16, INDIRECT_SYMBOLS = 32, EXCLUDE_SENTENCE_SPACES = 64, INSTRUCTION_ORDER = 128, OUTPUT_SHIFT = 256, OUTPUT_SHIFT_EXLCUDE_DETAILS = 512, MAPPING_INFO_PUZZLE = 1024, POOR_CODING_STANDARDS = 2048, EXTRA_WORDS = 4096 } export declare const levelMax: number; export declare function hasFeature(level: number, feature: Feature): boolean;