chathub icon indicating copy to clipboard operation
chathub copied to clipboard

使用网页版API能否不要留下记录

Open duhd1993 opened this issue 2 years ago • 3 comments

这样一段时间后留下了很多没有标题的记录,影响正常使用网页版 用这个extension的网页版功能好像就不会留下记录 https://github.com/josStorer/chatGPTBox

duhd1993 avatar Apr 09 '23 16:04 duhd1993

刚试了下这个https://github.com/josStorer/chatGPTBox 一样会留下

wangxin0020 avatar Apr 12 '23 06:04 wangxin0020

使用快捷键启用总结网页功能没留下记录,其他使用方法好像会留下

duhd1993 avatar Apr 12 '23 16:04 duhd1993

hello 我是box的作者, 我的项目也是派生自wong2大大的另一个插件项目, 使用的清理手段是一样的, 所以这里有相同的问题

不过前段时间我的仓库里有人提到一个解决思路, 我觉得是可行的, 打算近期实现: https://github.com/josStorer/chatGPTBox/issues/185

思路是, 记录下web模式下的会话id本地存储, 成功请求时移除, 然后根据不同应用的使用方式, 在适当的时候, 遍历本地记录的未移除的会话, 逐一请求移除

此外, 关于这个问题的原因和临时解决方法, 我在这里进行了说明: https://github.com/josStorer/chatGPTBox/issues/17#issuecomment-1474020782

josStorer avatar Apr 13 '23 14:04 josStorer