This commit is contained in:
yumoqing 2025-09-09 10:58:16 +08:00
parent eca8698b23
commit 0b6be13ec0

View File

@ -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);