Compare commits
No commits in common. "c02441e26e7dce36480652182e4e6779a187ddf1" and "2b59ec90d3d01c16fcc985013df9890abb54c31d" have entirely different histories.
c02441e26e
...
2b59ec90d3
@ -67,7 +67,7 @@ bricks.ModelOutput = class extends bricks.VBox {
|
||||
|
||||
this.content = new bricks.HBox({width:'100%'});
|
||||
this.add_widget(this.content);
|
||||
this.llmusageid = null;
|
||||
this.logid = null;
|
||||
this.run = new bricks.BaseRunning({target:this, cheight:2, cwidth:2});
|
||||
this.content.add_widget(this.run);
|
||||
this.filler = new bricks.LlmOut({width: '100%', css: 'card'});
|
||||
@ -102,7 +102,7 @@ bricks.ModelOutput = class extends bricks.VBox {
|
||||
"widgettype":"urlwidget",
|
||||
"options":{
|
||||
"params":{
|
||||
"id":this.llmusageid,
|
||||
"logid":this.logid,
|
||||
"value":val
|
||||
},
|
||||
"url":this.estimate_url
|
||||
@ -120,9 +120,6 @@ bricks.ModelOutput = class extends bricks.VBox {
|
||||
this.run = null;
|
||||
}
|
||||
this.filler.update(data);
|
||||
if (data.llmusageid) {
|
||||
this.llmusageid = data.llmusageid
|
||||
}
|
||||
return;
|
||||
}
|
||||
finish(){
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user