Kongcheng Zhang

Results 18 comments of Kongcheng Zhang

我个人主要接的是微信,其他还没试过哈哈,QQ微信都是支持的吧,只是要开魔法,否则redirect_url不对

今天刚好有空更新了一下,现已支持QQ图片发送。如果你还需要的话回复我我再传上来。

图像生成效果如下: ![dog](https://cdn.nlark.com/yuque/0/2023/png/23218371/1683825730915-8c87afb8-53be-4dc4-a23c-c8832ecd0207.png?x-oss-process=image%2Fresize%2Cw_955%2Climit_0)

见 [#376](https://github.com/zhayujie/bot-on-anything/pull/376),对于terminal图片我是完全用不到,所以没兴趣看。这种问题建议单独开一个issue。如果qq图片发送发现bug的话希望反馈,谢谢

这不是我的问题,你上面出现了`redirect fail`,说明你没有开魔法或者魔法不行,导致请求bing绘画的时候你的`redirect_url`出现错误。或者检查一下你的cookie,详见[#364]对话。

这个你只需要判断`reply_text`是不是"输入的内容..."这一长串就好了,如果是的话就不要发送了。 比如加个这样:你自行修改修改吧 `if "输入的内容" not in reply_text:`

Hi, I came across the same problem when using ray==2.12.0, deepspeed==0.15.0. But when I upgraded them, the problem solved: `pip install deepspeed==0.16.3` `pip install ray[default]==2.42.0`