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
Support streaming delta.reasoning_content in WebUI
When llama-server sends reasoning content in
choices[0].delta.reasoning_content add that content within
<think></think> tags.
Additionally fixes issue with QWen3 thinking models that do not send a
<think> tag by default.
0 commit comments