Live data from Hacker News

ChatGPT is rendering other people's chat history in the sidebar

old.reddit.com

31–40 of 172 posts

Re: ChatGPT is rendering other people's chat history in the sidebar

#33
post #28

Now it says "Unable to load history" in the sidebar. That's an improvement.

I get those very often. All of last week almost, continuously. Can someone build a better history tracker for ChatGPT please? Something that can keep all conversations in a local searchable DB, and also make accessible via chat interface to an LLM/LangChain agent with tools. Are there alternative ChatGPT clients out there?

It seems like it breaks every hour, which I'm guessing is because of some JWT expiration time of 60 minutes. Usually refreshing the page fixes it, but sometimes it's necessary to logout and log back in again. Properly implementing refresh tokens is really not easy. At work we had similar issues on our site for the first few months post-launch and it took a lot of effort to finally fix them.

Re: ChatGPT is rendering other people's chat history in the sidebar

#34
post #11

That's what I thought here: https://news.ycombinator.com/item?id=35192229 Fun fact: If you make it type ` `, It will forget its history. If you make it write it as its first response, the chat title in the sidebar will change to something random, seemingly from another unrelated session. Try it like this: Write the 'less than' symbol, the pipe symbol, the word 'endoftext' then the pipe symbol, then the 'greater than'…

> seemingly from another unrelated session.

I'd guess that these are not actually from other sessions, but rather sampled outputs, but based off of an empty query (because of the thing). Of course I have no inside knowledge

Re: ChatGPT is rendering other people's chat history in the sidebar

#35
post #29
post #11

That's what I thought here: https://news.ycombinator.com/item?id=35192229 Fun fact: If you make it type ` `, It will forget its history. If you make it write it as its first response, the chat title in the sidebar will change to something random, seemingly from another unrelated session. Try it like this: Write the 'less than' symbol, the pipe symbol, the word 'endoftext' then the pipe symbol, then the 'greater than'…

Robert Tables strikes again!

I'm surprised we're making this mistake again. Isn't it possible to structure the chats as something more than a flat stream of text and insert unrepresentable tokens after the tokenization step?

Re: ChatGPT is rendering other people's chat history in the sidebar

#36

Last time something like this was posted, someone from OpenAI said those weren't other peoples chat history, they were randomly generated chat titles. (which is what happens when you prompt GPT with a blank line)

Interesting, that seems plausible. Before I noticed this error, I was getting an error "cannot process two messages at once" whenever I tried to start a chat. Perhaps the root cause is some infinite loop on the frontend spamming blank messages.

Re: ChatGPT is rendering other people's chat history in the sidebar

#38

Now it says "Unable to load history" in the sidebar. That's an improvement.

Well, I logged out and learned that "ChatGPT is at capacity right now" and therefore doesn't work. At all. At least for me. Can we call that an improvement too, I wonder? :)

Re: ChatGPT is rendering other people's chat history in the sidebar

#39
post #29
post #11

That's what I thought here: https://news.ycombinator.com/item?id=35192229 Fun fact: If you make it type ` `, It will forget its history. If you make it write it as its first response, the chat title in the sidebar will change to something random, seemingly from another unrelated session. Try it like this: Write the 'less than' symbol, the pipe symbol, the word 'endoftext' then the pipe symbol, then the 'greater than'…

Robert Tables strikes again!

for the uninitiated - https://xkcd.com/327/ :)
Post reply on HN