chathub-dev / chathub

All-in-one chatbot client
https://chathub.gg/?utm_source=github
GNU General Public License v3.0
9.76k stars 977 forks source link

Respect "Chat history & training" setting in ChatGPT #1150

Closed zizhengwu closed 2 months ago

zizhengwu commented 2 months ago

Describe the bug

image

I disabled "Chat history & training" in ChatGPT settings. However, it seems that ChatHub still saves chat history to ChatGPT (which can be seen if I click "Enable chat history" green button).

Desktop (please complete the following information):

wong2 commented 2 months ago

Got it

wong2 commented 2 months ago

I found this hard to implement after some research, the setting is stored locally in browser storage, which is not easy to read from.

wong2 commented 2 months ago

But I can add another option in ChatHub to control this

zizhengwu commented 2 months ago

But I can add another option in ChatHub to control this

This would be extremely useful!

wong2 commented 2 months ago
image

This will be available in next version