Replies: 1 comment
-
Currently, all of anse's settings and history are stored locally in the browser (specifically, indexedDB). Setting items, dialog lists, and history messages can be exported as Json data respectively. You can find function anse/src/stores/storage/conversation.ts Lines 30 to 37 in 79a1c72 After that, you can modify the code in the app's startup stage to download this data. The function is Lines 18 to 22 in 79a1c72 |
Beta Was this translation helpful? Give feedback.
-
Could you please guide me on syncing this application so that all results are securely saved on multiple devices? Is it feasible to achieve this using an API code, similar to SQL or some other method? Currently, I have it deployed on Vercel.
Beta Was this translation helpful? Give feedback.
All reactions