29 Commits

Author SHA1 Message Date
ianarawjo
c6da2314e7
Add Example flows pane and other minor improvements (#59)
* Example flows pane.

* Better Add+ Node UI.

* Added system message comparison example (see .

* Let user switch to gpt4 if initial model is gpt3.5
2023-06-03 14:32:37 -04:00
ianarawjo
7eb5aaa26d
Model settings, more models, and visible temperature (#57)
* Model settings forms

* Editable nicknames and emojis

* Saving and loading model settings

* Temperature indicator on LLM items in PromptNodes

* Ensure LLM nicknames are unique

* Detect when PaLM blocks responses and output standard error msg in response instead

* Fix examples/ to use new cache format

* Add helpful 'could not reach server' text on countQueries fail

* Add Dalai model settings

* Rebuild react and update package version
2023-06-01 15:08:17 -04:00
Ian Arawjo
1e88328598 Version 0.1.2.4 2023-05-28 11:25:14 -04:00
Ian Arawjo
8ccbb9bebd More informative header text on selected vars in inspect nodes 2023-05-28 11:16:13 -04:00
Ian Arawjo
443c3f15c4 Remove auto-capitalization on template var badges 2023-05-28 11:13:48 -04:00
Ian Arawjo
9183fec3e3 Update package to 0.1.2.2 2023-05-24 10:21:30 -04:00
Ian Arawjo
5321d244ad Check if there is data before exporting to excel 2023-05-24 10:11:56 -04:00
Ian Arawjo
35f0fed9d7 Fix rate limit blocking so it doesnt block asyncio.as_completed 2023-05-24 10:10:50 -04:00
ianarawjo
737a4d77fe
Add utf8 encoding to all file opens for Windows compat (#52) 2023-05-23 22:35:39 -04:00
Ian Arawjo
ccacebad89 Add Anthropic and Google GAI to dependencies 2023-05-23 14:57:38 -04:00
Ian Arawjo
51bb8dbd3a Create cache dir upon importCache 2023-05-23 14:52:52 -04:00
Ian Arawjo
b0068985b7 Require flask 2.2.3 or above 2023-05-23 14:29:44 -04:00
Ian Arawjo
5af1e1a94c Rebuild react app 2023-05-22 13:32:17 -04:00
Ian Arawjo
8cbf501aab Remove save/load btns 2023-05-22 13:30:24 -04:00
Ian Arawjo
1d235a5b91 Rebuilt React app 2023-05-22 13:25:29 -04:00
Ian Arawjo
0f6176c37d Minor fix boolean histogram vis 2023-05-22 13:16:27 -04:00
Ian Arawjo
89d38772bc Add examples 2023-05-22 11:07:26 -04:00
Ian Arawjo
ca31d28eb1 Export and import cache data 2023-05-21 23:14:10 -04:00
Ian Arawjo
0e870182d2 Remove comment.logs 2023-05-21 12:12:01 -04:00
Ian Arawjo
3a4864e135 Fixed nasty bug about Handles 2023-05-21 12:10:31 -04:00
Ian Arawjo
b963318329 Resizable vis nodes 2023-05-20 22:59:01 -04:00
Ian Arawjo
817b2a97c5 Added PaLM2 support. 2023-05-19 22:23:30 -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
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