This commit is contained in:
yumoqing 2025-09-18 15:42:42 +08:00
parent e11fc62a04
commit 729cd7a2d8

View File

@ -283,7 +283,7 @@ bricks.LlmIO = class extends bricks.VBox {
}); });
this.input_fields.forEach(f => { this.input_fields.forEach(f => {
if (f.name == 'model') this.model_inputed = True; if (f.name == 'model') this.model_inputed = True;
} });
bottom_box.add_widget(this.i_w); bottom_box.add_widget(this.i_w);
bottom_box.add_widget(this.nm_w); bottom_box.add_widget(this.nm_w);