wechat-chatgpt icon indicating copy to clipboard operation
wechat-chatgpt copied to clipboard

设置了代理,但未使用,反馈很慢

Open LiangYang666 opened this issue 1 year ago • 2 comments

通过 docker run --env http_proxy="http://192.168.1.38:7890" --net host -d --name wechat-chatgpt -v $(pwd)/config.yaml:/app/config.yaml holegots/wechat-chatgpt:latest 启动容器后,通过 dockers exec -it wechat-chatgpt bash,然后curl www.google.com能获取网页,也能从代理软件看到走了代理,但是微信登录后发消息反馈很慢,而且自始至终也没走代理,请问是设置错了吗,应该怎么做

LiangYang666 avatar Dec 09 '22 13:12 LiangYang666