UNPKG

@rinkuto/koishi-plugin-chatgpt

Version:
14 lines (13 loc) 311 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.KeyWord = void 0; class KeyWord { constructor(http, config) { this.http = http; this.config = config; } async getKeyWords(input) { return ''; } } exports.KeyWord = KeyWord;