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