Hi folks, I’m using OpenAI Playground and have saved a few prompts for easy reuse. The issue is it’s not remembering the chat history anymore. Because of that I’m not even able to get even the basics done.
It doesn’t recall its own previous responses, which is weird because everything was working fine just two weeks ago.
Is there any setting I might have messed up? Appreciate the help.
Apparently, the prompts are saved on server side, but chat history is not.
Still, if it is something recent and you have logs enabled you might have them in the logs.
1 Like
But I was using it normally just two weeks ago. Right now, it doesn’t even remember its own responses. If I follow up on what it just said, it acts like it doesn’t have the info. and keep asking for the same info. again.
Anyway, moving forward, what’s the best option? Should I create an assistant and save my prompt there to reuse each time?
Thanks in advance!
If new requests are not appearing in your “history”, your cookies or perhaps the local storage of your browser may have been corrupted. Cleaning cache and site data might solve, but you will lose any current local data.
In this button you can save a prompt preset “server sided”:

Conversations though are not meant to be preserved in playground, as it is not “ChatGPT”. It is a tool for testing development prompts and meant for temporary use.
If you are curious you can read this post for more details: Clearing Cookies Deletes Playground Chat History - #6 by _j