ChatGPT-wechat-bot icon indicating copy to clipboard operation
ChatGPT-wechat-bot copied to clipboard

ChatGPT for wechat https://github.com/AutumnWhj/ChatGPT-wechat-bot

Results 193 ChatGPT-wechat-bot issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/55659004/206860673-f15c53db-ce47-466c-84e8-67c5f0956c2e.png)

你好我问一下那个dockerfile里应该写什么啊,它提示我dockerfile是空的

使用备注的两种方式都报错,都是找不到文件 ![image](https://user-images.githubusercontent.com/32546249/206858680-2d188e54-5fd1-43b6-86a5-5701ab1da0f2.png) ![image](https://user-images.githubusercontent.com/32546249/206858737-56e61d03-119f-45c1-9a40-914f265d0166.png)

36:05 WARN PuppetWatchdogAgent start() reset() reason: {"data":"heartbeat@browserbridge ding","timeoutMilliseconds":60000} node:events:371 throw er; // Unhandled 'error' event ^ GError: WatchdogAgent reset: lastFood: "{"data":"heartbeat@browserbridge ding","timeoutMilliseconds":60000}" at Watchdog.reset (file:///root/ChatGPT-wechat-bot/node_modules/wechaty-puppet/dist/esm/src/agents/watchdog-agent.js:45:39) at Watchdog.emit (node:events:394:28) at Timeout._onTimeout...

对WeChat的要求,是否必须能够登录WeChat网页版的账号才可以登录到程序中

**增加了Dockerfile备用文件** 1. 去除了chrome和wget的下载:如果不具备科学上网条件,可能会在拉取key文件时停滞不前,build无法继续; 2. 修改了部分软件包的下载顺序和结构,优化了流程速度; **增加了docker镜像** 1. 提供已经全部部署好的Docker镜像;可以提供短期参考、快速运行项目;(后期如果Owner如果部署完了可以撤除) **完善readme_ZH** 1. 介绍了docker镜像的拉取和执行 2. 将自己在项目搭建在服务器时遇到的问题和解决办法总结了下(可能对大佬无用,给小白参考,省的到处找解决办法) (感谢付出!除了用npm搭建我成功了,用docker我真是解决了很多问题才真正搭建完!给喜欢用docker搭建的人一个参考吧)

retry 1 times, error: Error: ChatGPTAPI error 429 retry 2 times, error: Error: ChatGPTAPI error 429 retry 3 times, error: Error: ChatGPTAPI error 429 Error: ChatGPTAPI error 429 at fetchSSE...

base) ivan@ivan-Inspiron-7590:~/桌面/ChatGPT-wechat-bot$ npm run build > [email protected] build /home/ivan/桌面/ChatGPT-wechat-bot > rimraf lib/* && rollup -c [!] SyntaxError: Unexpected token ? /home/ivan/桌面/ChatGPT-wechat-bot/node_modules/rollup-plugin-node-externals/dist/cjs/index.js:45 const pkg = JSON.parse((await fs.promises.readFile(packagePath)).toString()) ?? {}; ^ SyntaxError:...

我是kali系统 在运行npm run dev 的时候怎么开启代理呢 proxychains npm run dev 这个命令报错 还是 npm run dev proxy=http://127.0.0.1:7890 还是别的办法呢/??