bugfix
This commit is contained in:
parent
8d765b71de
commit
fb8138bb5f
@ -471,10 +471,7 @@ bricks.LlmIO = class extends bricks.VBox {
|
|||||||
await this.show_input(params);
|
await this.show_input(params);
|
||||||
for(var i=0;i<this.llmmodels.length;i++){
|
for(var i=0;i<this.llmmodels.length;i++){
|
||||||
var lm = this.llmmodels[i];
|
var lm = this.llmmodels[i];
|
||||||
if (lm.is_accept_source('userinput')){
|
|
||||||
schedule_once(lm.model_inputed.bind(lm, params), 0.01);
|
schedule_once(lm.model_inputed.bind(lm, params), 0.01);
|
||||||
// await lm.model_inputed(params);
|
|
||||||
}
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
async show_input(params){
|
async show_input(params){
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user