bugfix
This commit is contained in:
parent
1bb58a4fec
commit
634881c978
@ -262,7 +262,8 @@ bricks.LlmModel = class extends bricks.JsWidget {
|
||||
return
|
||||
}
|
||||
if (this.opts.response_mode == 'async'){
|
||||
if(d.status != 'SUCCESSED'){
|
||||
if(d.status != 'SUCCEEDED'){
|
||||
console.log('filter all message not successed');
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user