This commit is contained in:
yumoqing 2026-01-12 15:51:05 +08:00
parent 07c499e1c8
commit 44f3aa98c2

View File

@ -306,7 +306,7 @@ bricks.LlmIO = class extends bricks.VBox {
this.kdb_w.bind('click', this.setup_kdb.bind(this));
}
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.nm_w);