ChainForge/.gitignore
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

14 lines
193 B
Plaintext

*.DS_Store
chainforge/react-server/node_modules
__pycache__
chainforge/cache
chainforge/examples/oaievals/
# package build folders (sdist)
chainforge.egg-info/
dist/
# venv
venv
node_modules