So, I want the make generator to remember user inputs and the latest generated output using the remember plugin, it works on user input but not for the output. I know there’s a solution for this since generators like AI Chat can remember the chat logs without problem but I’m too dumb to understand the code lol
Also, how can I prevent the AI to automatically generate output on first load? I’m using the firstload = true
tingy but I want to make it look cleaner when the generator loads since it 's displaying the [firstLoad ? "" : output]
for a split second, is there any other method for this?
Yep that looks good 👍