Closed CyberNeighbor closed 1 year ago
May I ask how to use the function of automatically saving records to the local, I did not find it in the document.Thanks.
Better ChatGPT uses zustand persist middleware to save data to local storage automatically: https://github.com/ztjhz/BetterChatGPT/blob/main/src/store/store.ts#L65
May I ask how to use the function of automatically saving records to the local, I did not find it in the document.Thanks.