slickgpt
slickgpt copied to clipboard
Feature Request: Import chat histories from chatgpt @ openai and aichat's cli tool
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.
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.
Thanks.
I can possibly implement the code for importing the chats. The frontend design will still be need to done by someone else.