You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As OpenAI started to roll out plugins for ChatGPT, we should support the new response from plugins.
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
The text was updated successfully, but these errors were encountered:
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
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.
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.
As OpenAI started to roll out plugins for ChatGPT, we should support the new response from plugins.
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.
The text was updated successfully, but these errors were encountered: