ShipBit / slickgpt

SlickGPT is a light-weight "use-your-own-API-key" web client for the OpenAI API written in Svelte. It offers GPT-4 integration, a userless share feature and other superpowers.
https://slickgpt.vercel.app
MIT License
464 stars 97 forks source link

Tutorial on dialogue sync or import/export #89

Open xmoiduts opened 8 months ago

xmoiduts commented 8 months ago

When users have multiple devices or are about to retire old devices, they prefer to transfer data from one to another before deprecating old ones. It would be helpful if a dialogue import/export mechanism or tutorial could be provided, or one step further, a syncing mechanism between various devices of a single user.

Shackless commented 8 months ago

There are no users in SlickGPT - that's why a server-side sync is not gonna be possible.

Import/export could be done. As a quick "hack", you can copy&paste these two entries from your local storage to the new device:

CleanShot 2024-02-06 at 09 36 38@2x

If that's not possible, you can also "Share" your chats and import them on the new device but you have to do it one by one - which I agree is not optimal.