CakeCrusher / openplugin

Seamlessly integrate with OpenAI's ChatGPT plugins via API (or client), offering the same powerful functionality as the ChatGPT api + plugins!
Apache License 2.0
211 stars 13 forks source link

Whimsical and ShowMe don't work #37

Open weronikazak opened 1 year ago

weronikazak commented 1 year ago

Plugin namespace show_me_diagrams and whimsical

Error log It either throws an error (TypeError: Session.request() got an unexpected keyword argument 'mermaid'), or just says "As an AI text-based model, I'm unable to create visual diagrams.".

Your code I was playing with the google colab notebook, having "Explain how a car works using a visual diagram." as the prompt.

Extra I used gpt-4-0613 and gpt-3.5-turbo-0613 and the result is the same for both.

CakeCrusher commented 1 year ago

@weronikazak Hey so I managed to resolve it for show_me_diagrams. Granted I could not get the plugin to be called with "Explain how a car works using a visual diagram." so instead I did this https://github.com/OpenPluginACI/openplugin/blob/main/pypi-core/tests/test_e2e.py#L322-L345 . As for whimsical, it seems like they are restricting who makes API calls to them (aka I'm not whitelisted), you could reach out to them for access.