ChatGPT-Feishu
ChatGPT-Feishu copied to clipboard
加入 axios 超时配置
动机:中文问题 openai 返回很慢,因此加入超时设置,让 bot 尽快返回。
修改:https://github.com/bestony/ChatGPT-Feishu/blob/00876143633149b194b4771f33f6c5988bba8c59/event.js#L91 处添加 “timeout: 5000” 类似配置。
更好一点:将超时配置设置为环境变量,让用户自行选择。