From 0b6be13ec028d31dec59252d98a14c845706ae59 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Tue, 9 Sep 2025 10:58:16 +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 54938f1..39f8144 100644 --- a/bricks/llm.js +++ b/bricks/llm.js @@ -272,7 +272,7 @@ bricks.LlmModel = class extends bricks.JsWidget { console.log(l, 'is not a json data'); return } - if (this.opts.response_mode == 'async' and d.status != 'SUCCESSED'){ + if (this.opts.response_mode == 'async' && d.status != 'SUCCESSED'){ return; } mout.update_data(d);