57 Commits

Author SHA1 Message Date
ianarawjo
f6d7996f97
Stream responses and Serve React, Flask, SocketIO from single Python script (#23)
* Live progress wheels

* Dynamic run tooltip for prompt node

* Run React and Flask and Socketio with single script
2023-05-06 13:02:47 -04:00
Ian Arawjo
d3f58722ce Fix bug in eval node 2023-05-03 20:27:09 -04:00
Ian Arawjo
86be914457 fix handle ypos on prompt node 2023-05-03 19:20:49 -04:00
Ian Arawjo
b2af498db7 Script node styling 2023-05-03 19:19:05 -04:00
Ian Arawjo
4472205008 Update hookY pos when textarea resized 2023-05-03 19:08:19 -04:00
Ian Arawjo
5cb8377138 tweaks to remove txt field + play btn styles 2023-05-03 18:14:37 -04:00
Ian Arawjo
9685650e45 Better node header btn styles 2023-05-03 18:09:14 -04:00
Priyan Vaithilingam
832824e43d minor fix 2023-05-03 15:43:33 -04:00
Priyan Vaithilingam
511414b973 Close button with abstract NodeLabel header 2023-05-03 15:42:02 -04:00
ianarawjo
d7676c1ef8
Merge branch 'main' into pv 2023-05-03 14:01:09 -04:00
Priyan Vaithilingam
bf46aee84c icon for script node 2023-05-03 13:59:50 -04:00
Ian Arawjo
302021dae0 Move hover border style events to cfnode CSS class 2023-05-03 13:49:03 -04:00
Priyan Vaithilingam
486e02b56d supporting deleting Text fields in nodes 2023-05-03 13:42:35 -04:00
Ian Arawjo
71f2d35314 Add 'editable' prop to NodeLabel 2023-05-03 13:39:37 -04:00
Ian Arawjo
ee5ff48f1f remove ref 2023-05-03 13:17:02 -04:00
Ian Arawjo
a5ed261e36 merge 2023-05-03 13:11:48 -04:00
Ian Arawjo
f44259c656 fixes 2023-05-03 13:10:12 -04:00
Priyan Vaithilingam
f225f4c91a BASE_URL 2023-05-03 12:04:16 -04:00
Priyan Vaithilingam
f77fcfd280 close button added 2023-05-03 11:49:21 -04:00
Priyan Vaithilingam
fb8c1ccd46 Merge branch 'main' into pv 2023-05-03 11:16:49 -04:00
Priyan Vaithilingam
fbc77e0b61 addedmore logic 2023-05-03 11:16:03 -04:00
Ian Arawjo
0d13ca2060 Pull from llmItemsCurrState when sending responses 2023-05-03 10:13:35 -04:00
Ian Arawjo
bf72a6f8a8 Adding and removing LLM list items 2023-05-03 10:10:31 -04:00
Ian Arawjo
ddade145f8 Slightly better response preview styling 2023-05-02 22:20:21 -04:00
Ian Arawjo
eb1ce03b48 Modularize alert modals 2023-05-02 21:33:12 -04:00
Ian Arawjo
1a1533530c Use Mantine badges for prompt var labels 2023-05-02 19:10:24 -04:00
Ian Arawjo
187be40b3f Add LLM button 2023-05-02 18:51:37 -04:00
Priyan Vaithilingam
4c59c8f257 Merge branch 'main' into pv 2023-05-02 18:43:13 -04:00
Priyan Vaithilingam
c75724dcb3 minor UI change 2023-05-02 18:35:49 -04:00
Priyan Vaithilingam
03f2847f53 basic script node implementation 2023-05-02 18:32:12 -04:00
Ian Arawjo
6105522ad1 LLM list WIP 2023-05-02 17:36:22 -04:00
Ian Arawjo
75a4efaa4f Add GPT4 support 2023-05-02 10:38:11 -04:00
Ian Arawjo
31ebc91942 Prompt template chaining 2023-05-02 09:32:35 -04:00
Ian Arawjo
e54b98fe12 import/export to json 2023-05-02 07:42:40 -04:00
Ian Arawjo
2d519c2de3 Fixes to textfield hooks 2023-05-01 21:11:50 -04:00
Ian Arawjo
0584600334 Offload template hooks to separate component 2023-05-01 11:56:18 -04:00
Ian Arawjo
c663c7ab92 minor fix 2023-05-01 11:12:07 -04:00
Ian Arawjo
1a4a5db239 Editable node labels. 2023-04-29 15:29:20 -04:00
Ian Arawjo
bc75e4ad9b Better saving/loading. Cleanup. Bug fixes 2023-04-29 14:07:10 -04:00
Ian Arawjo
2ac5c2e885 Swapped CM for Ace Editor. Use nodrag,nowheel instead of stopDragProp 2023-04-29 13:22:01 -04:00
Ian Arawjo
a75e1c8c9b Add StatusIndicator to Eval node 2023-04-29 11:51:54 -04:00
Ian Arawjo
dcfc6aed29 Migrated status indicator to component. Err popover on eval fail. Use eval func in eval node. 2023-04-29 11:47:27 -04:00
Ian Arawjo
868ee66963 WIP: Add node ctrls and save/load 2023-04-28 14:41:22 -04:00
Ian Arawjo
49dd1af1dd Status icons on PromptNode 2023-04-28 13:48:18 -04:00
Ian Arawjo
68f86762cb Update vis upon eval run. Add resps as marker text on plotly vis. 2023-04-28 12:27:26 -04:00
Ian Arawjo
3458998891 Added response InspectorNode 2023-04-27 19:40:20 -04:00
Ian Arawjo
4b9c2ec327 Evaluating 1-var prompts across LLMs 2023-04-24 14:08:28 -04:00
Ian Arawjo
1af96dd6e7 Alpaca 7B support. 2023-04-23 16:35:38 -04:00
Ian Arawjo
4b30e6cd9e Better text field nodes 2023-04-22 00:49:43 -04:00
Ian Arawjo
9b92c8d556 Box whiskers plot for 1d data 2023-04-21 13:53:22 -04:00