kislerdm / diagramastext

Application to streamline diagram generation using plain English instructions instead of code
https://diagramastext.dev
Apache License 2.0
24 stars 1 forks source link

As a user, I want generated diagrams to correspond to my description with high accuracy #30

Closed kislerdm closed 1 year ago

kislerdm commented 1 year ago

Problem

v0.0.1 of the product relies on a general codex model which performs poorly on non-trivial prompts. We identified the strategy to improve the app's output quality. It requires use of the prompts submitted by our users.

Proposed Solution

Store the input prompt and the model generated graph to a database.

Acceptance Criteria