UNPKG

progressive-chatgpt-bot

Version:

A progressive ChatGPT feishu bot, made to assist my girlfriend's work.

9 lines 224 B
export interface Setting { feishuAppId: string; feishuAppSecret: string; feishuBotName: string; openaiApiKey: string; openaiModel: string; openaiMaxToken: number; } //# sourceMappingURL=types.d.ts.map