You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am familiar with most of the flowise. I want the LLM chains to improve over time. For example, if the first chain generates an output, the second chain will review it and decide whether the quality of the output is high or not. After the second chain, there will be an if-else block. If the output of the first chain is of high quality, the if-else block triggers the 'true' chain. If the output is not high quality, false chain is triggered, which will add improvements to the first chain and rerun from the start.
The text was updated successfully, but these errors were encountered:
@HenryHengZJ I'm running flowise on a Debian machine, installed using the command npm install -g flowise. I attempted to update using npm update -g flowise, but it didn't work.
I am familiar with most of the flowise. I want the LLM chains to improve over time. For example, if the first chain generates an output, the second chain will review it and decide whether the quality of the output is high or not. After the second chain, there will be an if-else block. If the output of the first chain is of high quality, the if-else block triggers the 'true' chain. If the output is not high quality, false chain is triggered, which will add improvements to the first chain and rerun from the start.
The text was updated successfully, but these errors were encountered: