-
Notifications
You must be signed in to change notification settings - Fork 153
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FR: 支持绕过 高负载时Regenerate Response按钮被禁用 的功能 #4
Comments
最近官方的会话管理会不定时高负载然后就寄了,所以还是建议恢复三方会话管理 |
我认为我们需要构建一些简单测试。 毕竟:如果问题在于high demand 时 API被阻断,那么本地的会话ID管理可能不会有太大的作用。 如果对话相关的接口还能正常工作,那我们应该可以通过第三方会话管理暂时规避这个问题。 |
现在就high demand. @bigemon |
可能已经在做了 |
不到啊,这个high demand十分不稳定啊 |
关于本地会话管理: 一个不幸的消息是,尝试附加多个旧的会话ID时,服务器都抛出了404。 关于Regenerate Response 按钮失效:
已复现。 通过一些简单的状态patch应该可以暂时屏蔽这个错误。 |
仓库内的脚本已加入这个特性。 |
可能之前的会话数据服务器全部down了? |
实际上Regenerate Response相比Edit - Confirm Changes还是有区别的,当你在对话中停留时间过久导致Cloudflare验证token失效时,你再新建一个页面通过cf的验证,在旧的页面大概率使用Regenerate Response就会提示你Try reload this conversation. 使用Edit - Confirm Changes 则可以正常回复。 猜测是Regenerate Response没有重新生成新的message id,旧的id失效导致的错误,而Edit - Confirm Changes由于消息内容会改动所以重新生成了新的message id所以可以正常继续。 综上,Regenerate Response 和 Edit - Confirm Changes是有一些区别的。 |
最近ChatGPT经常遇到high demand,导致无法直接Regenerate Response。
能否实现在加载模块后,绕过high demand高需求限制,正常使用Regenerate Response功能?
The text was updated successfully, but these errors were encountered: