node_editor_window.py Top Code Blame 299 lines (256 loc) · 11.1 KB Raw Download raw file 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 ...
- `History Modified` - a history stamp has been stored or restored - `History Stored` - a history stamp has been stored - `History Restored` - a history stamp has been restored def __init__(self, ...
' ChatGraph ' is a node editor of ChatGPT, and you can visually build a complex system by combining nodes. It seemed that ChatGPT's high performance could be used meaningfully, so I actually tried ...