This commit is contained in:
yumoqing 2025-10-13 15:46:10 +08:00
parent 61d4f1629d
commit 45e8c4ab61

View File

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