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

GPT chart generation failure #16

Open
wolframarnold opened this issue May 20, 2023 · 0 comments
Open

GPT chart generation failure #16

wolframarnold opened this issue May 20, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@wolframarnold
Copy link

Here is the request sent:

{
  "mermaid": "graph TB\n  subgraph \"\"\n    A[\"1,1\"] -- \"True Positive Rate\" --> B[\"ROC Curve\"]\n    C[\"1,0\"] -- \"False Positive Rate\" --> B\n    D[\"Area Under Curve = AUC\"] -- \"\" --> B\n    E[\"0,0\"] -- \"True Positive Rate\" --> B\n    F[\"0,1\"] -- \"False Positive Rate\" --> B\n  end"
}

Here is the error message returned by Show Me:

{
  "results": [
    {
      "errorMessage": "GPT created an invalid mermaid.js diagram, you can try again or edit it online",
      "editDiagramOnline": "https://showme.redstarplugin.com/s/AXyzD2Zm",
      "contributeToOpenSourceProject": "https://github.com/bra1nDump/show-me-chatgpt-plugin/issues"
    }
  ]
}
@bra1nDump bra1nDump added the bug Something isn't working label May 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants