mirror of
https://github.com/ianarawjo/ChainForge.git
synced 2025-03-15 08:40:48 +00:00
* Add LLM scorer node (#107) * Modularize the LLM list container, extracting it from prompt node * Working LLM scorer node * Bug and minor fixes * Change modals to use perc left. * Add inspect response footer to LLMEvalNode. * Make Play buttons light green * Fix React errors w keys in JSX arrays * Add Chat Turn node and support for chat history (#108) * Adds chat_history across backend's cache and querying mechanisms. * Adds Chat Turn nodes, which allow for continuing a conversation. * Adds automatic conversions of ChatHistory (in OpenAI format) to Anthropic and Google PaLM's chat formats. Converts chat history to appropriate format and passes it as context in the API call. * Bug fix and error popup when missing past convo in Chat Turn * Bug squashing to progress in chat turn node * bug squashing * Color false scores bright red in eval inspector * fix tooltip when cont chat present * Rebuild react * bug fix llm eval node * Add HF chat model support. * Show multiple response objs in table inspector view * Fix LLM item deletion bug * Rebuild react and update package version * Fix obscure bug when LLM outputs have no 'llm' property (due to prior CF version) * Fix isLooselyEqual bug * Update examples so that their cached 'fields' include llm nicknames * rebuild react * Add Chelse to readme
10 lines
126 B
Plaintext
10 lines
126 B
Plaintext
flask>=2.2.3
|
|
flask[async]
|
|
flask_cors
|
|
requests
|
|
openai
|
|
dalaipy==2.0.2
|
|
urllib3==1.26.6
|
|
anthropic
|
|
google-generativeai
|
|
mistune>=2.0 |