bugfix
This commit is contained in:
parent
78a0e3a791
commit
1b1b87236a
@ -258,7 +258,7 @@ bricks.LlmModel = class extends bricks.JsWidget {
|
||||
return this.llm_message_format || {role:'assistant', content:"${content}"}
|
||||
}
|
||||
async query_task_status(mout, taskid){
|
||||
var pt = this.opts.period_time || 30 * 1000;
|
||||
var pt = this.opts.period_time || 30;
|
||||
while (1){
|
||||
var hj = new bricks.HttpJson()
|
||||
var d = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user