slickgpt icon indicating copy to clipboard operation
slickgpt copied to clipboard

Feature Request: Import chat histories from chatgpt @ openai and aichat's cli tool

Open tvl83 opened this issue 1 year ago • 2 comments

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.

tvl83 avatar Jun 25 '23 04:06 tvl83

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.

Shackless avatar Jul 03 '23 09:07 Shackless

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.

Thanks.

tvl83 avatar Aug 02 '23 15:08 tvl83

I can possibly implement the code for importing the chats. The frontend design will still be need to done by someone else.

Anajrim01 avatar Oct 11 '24 23:10 Anajrim01