9 Commits

Author SHA1 Message Date
ianarawjo
1d08507c93
Load OpenAI evals as example flows (#74)
* Add OpenAI Evals tab to Example Flows pane.

* Add OpenAI evals examples (preconverted).

* Set unique IDs for each oaievals cforge file

* Use contenteditable divs in tables to improve performance.

* Update eval code to use json.loads instead of eval()

* Fix bug with $s in templates

* Update package info and point oaievals to main branch

* Made column headers use contenteditable p tags

* Add requests to dependency list

* Rebuilt react and updated package version
2023-06-15 15:41:58 -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
Priyan Vaithilingam
2956da4976 Merge branch 'main' into pv 2023-05-09 13:07:36 -04:00
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
Priyan Vaithilingam
1eee1c1d11 DO NOT MERGE TO MAIN.. WIP 2023-05-05 16:10:13 -04:00
Priyan Vaithilingam
109cc8780b fixing requirements 2023-05-02 09:22:54 -04:00
Ian Arawjo
7d5612d19a Flask app to query LLM and exec Python code from JavaScript 2023-04-19 15:08:31 -04:00
Ian Arawjo
2295d0e9da init commit 2023-04-11 16:16:48 -04:00