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
#859 introduced LLM response streaming, but only for the default chat handler (i.e. the one used when no slash command is specified). Ideally, /ask should also stream responses whenever possible.
Problem
#859 introduced LLM response streaming, but only for the
default
chat handler (i.e. the one used when no slash command is specified). Ideally,/ask
should also stream responses whenever possible.Proposed Solution
Implement LLM response streaming for
/ask
.Additional context
See #859
The text was updated successfully, but these errors were encountered: