Hacker News new | ask | show | jobs
by itishappy 985 days ago
Anyone know how the API deals with this?

Does it send a response, then a follow-up payload with an "ohshit plz delete that" message?

1 comments

The funny thing is that the "plz delete" messages have to be executed by the browser javascript. So in theory, you should be able to capture the "deleted" messages by keeping the network tab open or recording the traffic, right?

Edit: Last time I checked, ChatGPTs web interface was using server-sent events to stream the response words. The events were clearly visible in the network tab if you opened it early enough. So if it sends "delete" messages, they should show up in there.