This commit is contained in:
yumoqing 2025-10-13 15:50:13 +08:00
parent 45e8c4ab61
commit 24024ca3b4

View File

@ -215,7 +215,7 @@ bricks.LlmModel = class extends bricks.JsWidget {
var resp = await hj.post(this.opts.url, {params:d});
mout.update_data(resp);
}
this.estimate_w.show();
mout.estimate_w.show();
}
is_accept_source(source){
if (this.opts.input_from == source){