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

Support ChatGPT plugins #136

Open
2 of 3 tasks
pionxzh opened this issue Apr 22, 2023 · 3 comments
Open
2 of 3 tasks

Support ChatGPT plugins #136

pionxzh opened this issue Apr 22, 2023 · 3 comments
Labels
enhancement New feature or request feat:plugins help wanted Extra attention is needed

Comments

@pionxzh
Copy link
Owner

pionxzh commented Apr 22, 2023

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.

  • Basic support for output from plugin (at least don't hang, don't throw errors)
  • Parse the model name correctly
  • Fine-tuned the format/appearance of the output
@pionxzh
Copy link
Owner Author

pionxzh commented Apr 23, 2023

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.

@pionxzh pionxzh added the help wanted Extra attention is needed label Apr 23, 2023
@teecrow
Copy link

teecrow commented May 17, 2023

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
Copy link
Owner Author

pionxzh commented May 18, 2023

@teecrow Thanks for the information!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request feat:plugins help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants