UNPKG

@rinkuto/koishi-plugin-chatgpt

Version:
6 lines (5 loc) 206 B
import { Context } from 'koishi'; import { Config } from './Config'; export declare const name = "chatgpt"; export * from './Config'; export declare function apply(ctx: Context, config: Config): void;