UNPKG

open-ai-npc

Version:

Testing openAI's API, with a "dungeon master".

2 lines (1 loc) 104 B
export declare function fetchChoice(choice: string, model?: string, creature?: string): Promise<any[]>;