Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
tvl83 opened this issue Jun 25, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@tvl83
Copy link

tvl83 commented Jun 25, 2023

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.

@Shackless
Copy link
Contributor

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.

@tvl83
Copy link
Author

tvl83 commented Aug 2, 2023

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.

@Shackless Shackless added the enhancement New feature or request label Dec 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants