You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Personally I am a digital pack-rat. I like to keep my history of chatgpt chats from openai.com. It would be nice to import my previous chat history into this interface.
I also use the cli application aichathttps://github.com/sigoden/aichat that I would like to import if possible. They store everything in a single .md file though so I think that would be a lot more difficult.
The text was updated successfully, but these errors were encountered:
Does chat.openai offer an export function for entire chats? I quickly tested and saw that they copy single messages in Markdown, too. This would be fine. You can already just paste these in SlickGPT but doing that message-by-message is pretty tedious. If they do have a real export, maybe we can write a MD importer function.
openai has a export data function that gives you a json file with the conversations.
the aichat cli application does not seem to have an export function but writes everything that happens to a MD file. i will ask over there to have a way to save chats to a json format similar to openai's format so there's only one schema for the data.
Personally I am a digital pack-rat. I like to keep my history of chatgpt chats from openai.com. It would be nice to import my previous chat history into this interface.
I also use the cli application
aichat
https://github.com/sigoden/aichat that I would like to import if possible. They store everything in a single .md file though so I think that would be a lot more difficult.The text was updated successfully, but these errors were encountered: