From 24024ca3b461cefb1a0a3888637c00aaa2239ddc Mon Sep 17 00:00:00 2001 From: yumoqing Date: Mon, 13 Oct 2025 15:50:13 +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 c904427..8cbfff8 100644 --- a/bricks/llm.js +++ b/bricks/llm.js @@ -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){