mirror of
https://github.com/ianarawjo/ChainForge.git
synced 2025-03-14 16:26:45 +00:00
* 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
14 lines
193 B
Plaintext
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
|