An progressive ChatGPT Feishu bot, made to assist my girlfriend's work.
In the work involving a lot of copywriting, ChatGPT may improve our work efficiency, but my girlfriend does not have a very stable way to use it, especially the use of WeChat may lead to account bans, so I created this project for her.
Many ChatGPT bots reply all messages at one time, which may take a long time, but the goal of this bot will be the same as ChatGPT's official website, you will be able to receive messages as quickly as possible, typing in real time to reply you.
We need apply a feishu robot, this documentation is still WIP until this package is stable.
Install progressive-chatgpt-bot
and create a function:
module.exports = async function(params, context) {
const { getAircodeHandler } = await import('progressive-chatgpt-bot');
const handle = getAircodeHandler({ debug: true })
return handle(params, context);
}
MIT © ULIVZ