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
If RTC is enabled (jupyter-collaboration installed), when reloading the page, the personas are not reloaded in the persona control widget. The behavior is the same if Jupyterlab is opened in another browser.
Therefore there is no way to communicate to an LLM.
The screencast below displays the log console, AFAIU there no error/warning related to this issue.
output.webm
I guess an initialization message is missing in this case.
Reproduce
install jupyter-ai with RTC pip install --pre jupyter-ai[rtc]
start jupyterlab
open a chat
reload the page OR open another browser (incogito) and connect ot jupyterlab
Description
If RTC is enabled (jupyter-collaboration installed), when reloading the page, the personas are not reloaded in the persona control widget. The behavior is the same if Jupyterlab is opened in another browser.
Therefore there is no way to communicate to an LLM.
The screencast below displays the log console, AFAIU there no error/warning related to this issue.
output.webm
I guess an initialization message is missing in this case.
Reproduce
pip install --pre jupyter-ai[rtc]Expected behavior
The widget to be aware of the personas