This minor release includes two features:
Autosaving
Now, ChainForge autosaves your work to localStorage every 60 seconds.
This helps tremendously in case you accidentally close the window without exporting the flow, your systme crashes, or you encounter a bug.
To create a new flow now, just click the New Flow button to get a new canvas.
Plots now have clear with y-axis, x-axis, groupBy selectors on Vis Node
We've added a header bar to the Vis Node, clarifying what is plotted on each axis / dimension:
In addition, as you see above, the y-labels can be up to two lines (~40 chars long), making it easier to read.
Finally, when num of generations per prompt is 1, we now output bar charts by default:
Box-and-whiskers plots are still used whenever num generations n > 1.
Note that improving the Vis Nodes is a work-in-progress, and functionally, everything is the same as before.