This commit is contained in:
yumoqing 2025-09-09 13:07:46 +08:00
parent 1bb58a4fec
commit 634881c978

View File

@ -262,7 +262,8 @@ bricks.LlmModel = class extends bricks.JsWidget {
return return
} }
if (this.opts.response_mode == 'async'){ if (this.opts.response_mode == 'async'){
if(d.status != 'SUCCESSED'){ if(d.status != 'SUCCEEDED'){
console.log('filter all message not successed');
return; return;
} }
} }