sharegpt icon indicating copy to clipboard operation
sharegpt copied to clipboard

Update the existing shared conversation with updated conversation without changing URL

Open mhm13dev opened this issue 1 year ago • 0 comments

When I export a chat, it get's a unique ID like yc0o7Ro this one.

I share it with my friend.

After that I continue the conversation with ChatGPT in same chat and again re-export the same chat to share the updated chat with my friend.

But then I get a new ID like this idFXxgc

So I have to share new URL.

What I expect is: When I re-export the same conversation, the yc0o7Ro should be updated to contain the updated conversation instead of creating new URL.

Possible Solution: ChatGPT uses UUIDs for conversations. We can store that UUID in MySQL along with the generated URL yc0o7Ro

So when next time the same chat is exported, the ShareGPT should just update the existing entry in the Database instead of creating new one.

mhm13dev avatar Apr 06 '23 12:04 mhm13dev