ianarawjo
5b9b6a05da
Add PaLM support to GUIDE.md
2023-05-19 22:26:22 -04:00
ianarawjo
a01f3b6b6c
Added PaLM support to README.md
2023-05-19 22:25:15 -04:00
Ian Arawjo
0466b14127
Merge branch 'main' of https://github.com/ianarawjo/ChainForge
2023-05-19 22:23:39 -04:00
Ian Arawjo
817b2a97c5
Added PaLM2 support.
2023-05-19 22:23:30 -04:00
ianarawjo
b0dd4815d9
Update GUIDE.md
2023-05-19 19:42:39 -04:00
Ian Arawjo
47b91e9c32
Set API keys in the front-end
2023-05-19 19:40:05 -04:00
Ian Arawjo
cef888c9c8
Fix zindex issue with run btn tooltip
2023-05-19 16:11:20 -04:00
Ian Arawjo
7b6ad3050b
Change OpenAI call to use acreate, not create
2023-05-19 15:32:01 -04:00
Ian Arawjo
e7ebca0f14
Bug fix in CSV node
2023-05-19 12:47:30 -04:00
Ian Arawjo
1c9fe558a8
Fix AlertModal positioning
2023-05-19 12:28:58 -04:00
Ian Arawjo
417cca09ad
Add export data btn to Inspect node. Add eval scores to inspect node.
2023-05-19 12:04:49 -04:00
Ian Arawjo
183cc33eac
Add package dirs to gitignore
2023-05-19 09:33:31 -04:00
ianarawjo
0093fdf0be
Reorganize and package chainforge
for pip installation ( #50 )
...
* Rename main folders
* Preparing for package deployment
* Use absolute paths and imports
* Move react-server into chainforge dir
* Add MANIFEST.in to copy react-server build over to package
* Add include_package_data
* Add manifest.json and icons to /static.
* Update README.md
* Update GUIDE.md
2023-05-18 00:17:35 -04:00
Ian Arawjo
97caf7762d
Merge branch 'main' of https://github.com/ianarawjo/ChainForge
2023-05-17 20:02:46 -04:00
Ian Arawjo
82009270e5
Fix up store.js
2023-05-17 20:02:35 -04:00
ianarawjo
dbd2884d49
Update README.md
2023-05-17 16:11:31 -04:00
ianarawjo
1f5297939f
Update README.md
2023-05-17 15:58:58 -04:00
Ian Arawjo
4c579489bd
Disable settings button temporarily
2023-05-17 15:53:37 -04:00
Ian Arawjo
942cd54db9
Merge branch 'main' of https://github.com/ianarawjo/ChainForge
2023-05-17 15:52:11 -04:00
Ian Arawjo
9969f75a17
Change title and logo
2023-05-17 15:52:04 -04:00
ianarawjo
eb4ca88757
Update README.md
2023-05-17 15:30:09 -04:00
ianarawjo
cd912b8c1c
Update README.md
2023-05-17 15:23:09 -04:00
ianarawjo
699edb4c21
Update README.md
2023-05-17 15:22:46 -04:00
ianarawjo
50572a4303
Rename CONTRIBUTOR_GUIDE.md to GUIDE.md
2023-05-17 15:17:27 -04:00
ianarawjo
852a539c6a
Update CONTRIBUTOR_GUIDE.md
2023-05-17 15:17:04 -04:00
ianarawjo
a20fea7ac2
Update README.md
2023-05-17 15:12:22 -04:00
ianarawjo
7572675385
Update README.md
2023-05-17 14:57:19 -04:00
Ian Arawjo
7074b332bf
Remove console.logs. Fix visnodes on import flow
2023-05-17 14:32:36 -04:00
Ian Arawjo
38e5e1c14b
Add placeholder text when VisNode Plotly is empty
2023-05-17 13:24:38 -04:00
Ian Arawjo
a820c2a322
Fix bug with group_colors
2023-05-17 13:16:05 -04:00
Ian Arawjo
a73b3d5ceb
Select legend items on parcoords. Move Plotly component to main render(), and only update spec and layout.
2023-05-17 13:11:08 -04:00
Ian Arawjo
d129d6b8d4
Merge branch 'main' of https://github.com/ianarawjo/ChainForge
2023-05-17 11:24:25 -04:00
Ian Arawjo
a834b91a24
Check tempfile path exists before calling LLMs
2023-05-17 11:24:17 -04:00
ianarawjo
dbea1d1b2f
Update requirements.txt
2023-05-17 11:12:19 -04:00
ianarawjo
e2f1005579
Add OpenAI API key instructions to Contr Guide
2023-05-17 10:08:53 -04:00
Ian Arawjo
df1e89662d
Trying CF on actual prompt engineering task.
2023-05-16 22:05:04 -04:00
Ian Arawjo
126eacb9c8
Make LLM badge color match bg color
2023-05-15 19:35:18 -04:00
Ian Arawjo
c44de49615
Let user group responses in InspectNodes
2023-05-15 19:20:00 -04:00
Ian Arawjo
f0c506d242
Basic support for dict evaluation results
2023-05-14 10:07:16 -04:00
Ian Arawjo
f7fb238a6d
Fixed bug in TFNode. WIP better InspectorNode
2023-05-13 22:35:01 -04:00
Ian Arawjo
8c3b2c58aa
Fixed bug in CSV node
2023-05-11 22:38:55 -04:00
Ian Arawjo
8a0988ae9c
Better vis node; style fixes
2023-05-11 22:10:03 -04:00
Ian Arawjo
c3994329e8
Carry prompt vars across prompt node chains
2023-05-11 14:54:36 -04:00
Ian Arawjo
09871cdc1f
Chaining prompts together
2023-05-11 10:24:46 -04:00
Ian Arawjo
8de28cdac0
Only send the queries required when num_generations increases, per prompt
2023-05-10 14:52:34 -04:00
ianarawjo
8714d78c76
Use extract_responses
when responses initially collected ( #34 )
2023-05-10 13:55:35 -04:00
Priyan Vaithilingam
eced759218
Merge pull request #32 from ianarawjo/pv
...
Adding CSVNode
2023-05-10 13:15:23 -04:00
Priyan Vaithilingam
44a85ce299
Merge branch 'main' into pv
2023-05-10 13:12:49 -04:00
Priyan Vaithilingam
bf99a2add1
better csv processing
2023-05-10 13:08:23 -04:00
Ian Arawjo
ed567ed0a4
Merge branch 'main' of https://github.com/ianarawjo/ChainForge
2023-05-10 13:02:15 -04:00