UNPKG

node-llm-test

Version:

Generate tests to evaluate the intelligence of large language models.

3 lines (2 loc) 190 B
export declare function getRandomWords(count?: number, seed?: number): Promise<string[]>; export declare function getRandomSelection(words: string[], count: number, seed: number): string[];