mirror of
https://github.com/ianarawjo/ChainForge.git
synced 2025-03-15 08:40:48 +00:00
* Lint Python code with ruff (#60) * Failure progress on Prompt Nodes * Change PromptNode preview container color * Ensure LLM colors are unique and the same across nodes * Reset LLM colors upon flow load * Add LLM colors to 3D scatterplot * Extract inspector internals into separate component. * Added inspect modal. * Lower rate of failure for dummy LLM responses * Fix useEffect bug in LLMResponseInspector * Fix export to excel bug * Remove dependence on browser support for regex negative lookbehind * Use monospace font in textareas in Safari * Fix settings modal bug in FireFox * Change version * Update README.md
12 lines
165 B
Plaintext
12 lines
165 B
Plaintext
flask>=2.2.3
|
|
flask[async]
|
|
flask_cors
|
|
flask_socketio
|
|
openai
|
|
python-socketio
|
|
dalaipy==2.0.2
|
|
gevent-websocket
|
|
urllib3==1.26.6
|
|
anthropic
|
|
google-generativeai
|
|
mistune>=2.0 |