sharegpt
sharegpt copied to clipboard
Update the existing shared conversation with updated conversation without changing URL
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.