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