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
This PR is extracted from my OA Browsing experimental branch, and it
should improve the visual/functional usability of plugins in a way.
Currently, when the plugin is enabled, on the front-end there will be
rendered QueueInfo with a message that you are in position 0, for the
whole time while the plugin system is executing its steps.
And this PR will change that so that when the plugin is enabled, it will
be sending intermediate steps while executing each call to the LLM, so
QueueInfo will be discarded, as soon as the first step in the plugin
system is executed.
Also, users now will have "real-time" tracking of LLM inner thoughts,
plans etc...
Demo:
https://github.com/LAION-AI/Open-Assistant/assets/13547364/30252e22-d5d9-4200-9ccf-3a209d8581a7
---------
Co-authored-by: Oliver Stanley <[email protected]>
0 commit comments