|
|
|
|
|
by ithkuil
616 days ago
|
|
Is there something that can turn those ascii diagrams back into mermaid sources? I tried the first example with gpt-o1 and the result wasn't bad: graph LR
A --> B --> D
A --> C
B --> C
D --> C
would a smaller model but fine tuned on many syntetic renderings do a better job? |
|