Skip to content
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

需求草案:增加本地历史消息记录功能 #47

Open
ruffnext opened this issue May 14, 2023 · 2 comments
Open

需求草案:增加本地历史消息记录功能 #47

ruffnext opened this issue May 14, 2023 · 2 comments

Comments

@ruffnext
Copy link

现在 ChatGPT 可以关闭官方的历史消息同步,避免聊天记录被用于模型训练。但是关闭消息同步后,历史消息在刷新后就没了。因此,希望能有一个历史消息本地记录的功能,用于在本地浏览器上保存聊天记录。

功能:
在关闭OpenAI官方的历史消息同步功能后,该插件能够在页面刷新或者浏览器重启后,仍保持之前的聊天记录。这个功能对我来说会很有用 🤔

@bigemon
Copy link
Owner

bigemon commented May 17, 2023

image

不幸的是:
尽管关闭消息历史&数据训练之后可以观测到会话记录被保存到服务端.
但这些会话的访问权限在6小时之后就会失效.
所以,虽然实现本地会话管理器(就像是插件早期版本那样) 可以实现这个功能 ,但它可能不具有实际意义.
而通过访问 /c/{会话ID} 虽然可以正常访问,但实际上是通过自动重新打开同步开关实现的. 所以也不具有实际意义.

@bigemon
Copy link
Owner

bigemon commented May 28, 2023

经过一些测试,目前暂时没有什么好办法绕过这个限制。
鉴于目前这项措施看起来还像是一个半成品,
或许我们可以期待在某个版本后,有某种机制可以暂时打开某会话的【禁止训练】开关。

但至少在目前,应该没有什么好的方法。
本需求暂时搁置。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants