bugfix
This commit is contained in:
parent
5a78869f6e
commit
d526136f0b
@ -62,7 +62,7 @@ bricks.LlmOut = class extends bricks.VBox {
|
|||||||
}
|
}
|
||||||
this.clear_widgets();
|
this.clear_widgets();
|
||||||
if (this.reasoning_content.length) {
|
if (this.reasoning_content.length) {
|
||||||
var txt = bricks.escapeSpecialChars('<think>\n\n' + this.reasoning_content + '\n\n'</think>');
|
var txt = bricks.escapeSpecialChars('<think>\n\n' + this.reasoning_content + '\n\n</think>');
|
||||||
this.rc_w = new bricks.MdWidget({
|
this.rc_w = new bricks.MdWidget({
|
||||||
mdtext: txt,
|
mdtext: txt,
|
||||||
width: '100%'
|
width: '100%'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user