From 729cd7a2d880dd7f7666cbe2ca7f9a4fc026a2d4 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Thu, 18 Sep 2025 15:42:42 +0800 Subject: [PATCH] bugfix --- bricks/llm.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bricks/llm.js b/bricks/llm.js index 110ba60..b37770e 100644 --- a/bricks/llm.js +++ b/bricks/llm.js @@ -283,7 +283,7 @@ bricks.LlmIO = class extends bricks.VBox { }); this.input_fields.forEach(f => { if (f.name == 'model') this.model_inputed = True; - } + }); bottom_box.add_widget(this.i_w); bottom_box.add_widget(this.nm_w);