← Back to context

Comment by The-Ludwig

4 hours ago

Please correct me if I am wrong, but couldn't OpenAi just encrypt every conversation before saving them? With each query to the model the full conversation is fed into the model again, so I guess there is no technical need to store them unencrypted. Unless, of course, OpenAi wants to analyze the chats.

The way I see it, the problem is that OpenAI employees can look at the chats and the fact that some NYT lawyer can look at it doesn't make me more uncomfortable. Insane argumentation. It's like saying an investigator with a court-order should not be allowed to look at stored copies of letters, although the company sending those letters a) looks at them regularly b) stores these copies in the first place.

>With each query to the model the full conversation is fed into the model again, so I guess there is no technical need to store them unencrypted.

I am pretty sure this isn't true. They have to have some sort of K-V cache system to make continuing conversations cheaper.