-
Notifications
You must be signed in to change notification settings - Fork 59.6k
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
[Feature Request] 多回复尝试记录与回复续写 #5439
Comments
Title: [Feature Request] Multiple reply attempt records and reply continuation 🥰 Description of requirementsIn ChatGPT, when the user clicks Retry, multiple answer records will be generated for switching, instead of overwriting the original answer in ChatGPTNextWeb; at the same time, when the AI fails due to various reasons (context length limit, completion token parameter limit) When the complete reply is completed, provide a button to continue the answer instead of requiring the user to send the word "continue" to continue the completion. 🧐 SolutionIf owner is interested in incorporating this feature, I will provide a pr 📝 Supplementary informationFor GPT and Claude, when the final role of the message sent is assistant, the model will try to continue replying. |
为啥关闭了呀 |
Why is it closed? |
因为翻了翻代码,耦合的比我想象中的还严重,等有时间了我再 pr 吧🤣 |
After looking through the code, the coupling is more serious than I thought. I’ll do a PR when I have more time🤣 |
🥰 需求描述
在 ChatGPT 中,当用户点击重试时,会产生多个回答记录可供切换,而并非 ChatGPTNextWeb 中的覆盖原来的回答;同时,当 AI 因种种原因(上下文长度限制、补全 token 参数限制)未完全回复完成时,提供按钮用于继续回答而非以用户发送“继续”二字来继续补全。
🧐 解决方案
如果 owner 有意纳入此功能,我会提供 pr
📝 补充信息
对于 GPT 与 Claude,当发送的 message 最后角色为 assistant 时,模型会尝试继续回复。
另外补充,若有意纳入此 功能,我将只提供 GPT 的继续回答功能,因我没有 Claude API 用来测试结束原因
The text was updated successfully, but these errors were encountered: