7 ms·
On https://flowchart.fun https://flowchart.fun I found that I got better overall results by asking GPT for an intermediate syntax that it was less likely to mes
by tonerow 3y ago
On https://flowchart.fun https://flowchart.fun I found that I got better overall results by asking GPT for an intermediate syntax that it was less likely to mess up (and easier for me to parse), and then parsing and transforming that syntax to my DSL. The relevant code: https://github.com/tone-row/flowchart-fun/blob/main/api/prompt/extract.ts https://github.com/tone-row/flowchart-fun/blob/main/api/prom...