pionxzh / chatgpt-exporter

Export and Share your ChatGPT conversation history
MIT License
1.26k stars 99 forks source link

Support ChatGPT plugins #136

Open pionxzh opened 1 year ago

pionxzh commented 1 year ago

As OpenAI started to roll out plugins for ChatGPT, we should support the new response from plugins.

image

Currently, I'm still on the waitlist, I can only get some rough information about this. So I think the complete support for the plugin system will need to wait until I get access to it.

pionxzh commented 1 year ago

Contribution is welcome. Let me know if you need any help. I have no idea how to map the data from plugin to text in a reasonable format.

Or, you can share the exported json file which contains the conversation with the plugin along with some screenshots. So that I can learn the mapping.

teecrow commented 1 year ago

OK hopefully this is helpful. Here is what it looks like to do a simple web search with the 'browsing' plug-in:

Browsing plugin screenshot

image

And attached are the resulting MD file and JSON file (as a text file) that are exported from ChatGPT-Exporter. Looks like the JSON stores considerable chunks of text from the webpages that were clicked on, as well as GPT's "thoughts" to itself about next steps, summaries, etc.

Corresponding exported files

ChatGPT-Woodworking_Origins_300k_BP-2023-05-17 - Copy.txt ChatGPT-Woodworking_Origins_300k_BP-2023-05-17.md

Exported HTML file screenshot

HTML files aren't allowed, but here's a screenshot of the exported HTML file, which hopefully can be addressed once the JSON is better parsed in a future version of the Exporter.

image

pionxzh commented 1 year ago

@teecrow Thanks for the information!