laulguo
laulguo
大哥,这是微软的商业支持。。。。。
k30s ultra可以复现,似乎是静读天下在小米才有的问题
> 这个问题的根源我已经找到了,是因为tts在后台被杀,估计是静读天下和阅读调用tts的模式不一样。解决方案也很简单,我目前用LSP里的插件把tts永久锁后台,已解决卡顿问题 可否告知是哪个模块呢?
> > > 这个问题的根源我已经找到了,是因为tts在后台被杀,估计是静读天下和阅读调用tts的模式不一样。解决方案也很简单,我目前用LSP里的插件把tts永久锁后台,已解决卡顿问题 > > > > > > 可否告知是哪个模块呢? > > 进程锁 我也使用进程锁在关SELINUX下成功了
https://github.com/xtekky/gpt4free/issues/381#/ can solve the problem
> 解决方法: 打开如下文件: > > vim gpt4free/gpt4free/you/**init**.py > > 编辑代码,添加proxy: > > ``` > proxy='x.x.x.x:xxxx' > proxies = {'http': 'http://' + proxy, 'https': 'http://' + proxy} if proxy else {}...
https://github.com/xtekky/gpt4free/issues/381#/ can solve the problem