Open weronikazak opened 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.
Plugin namespace
show_me_diagrams
andwhimsical
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
andgpt-3.5-turbo-0613
and the result is the same for both.