bugfix
This commit is contained in:
parent
f90a1ada97
commit
9cd3d81a1d
@ -239,8 +239,8 @@ bricks.LlmModel = class extends bricks.JsWidget {
|
||||
return
|
||||
}
|
||||
if (this.opts.response_mode == 'async'){
|
||||
if(d.status != 'SUCCEEDED'){
|
||||
console.log('filter all message not successed');
|
||||
if(d.status != 'SUCCEEDED' and d.status != 'FAILED' ){
|
||||
console.log('filter all message not successed or failed', d);
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user