UNPKG

@rinkuto/koishi-plugin-chatgpt

Version:
5 lines (4 loc) 146 B
import { KeyWord } from "./KeyWord"; export declare class ChatGptKeyWord extends KeyWord { getKeyWords(input: string): Promise<string>; }