This commit is contained in:
yumoqing 2026-03-05 16:49:29 +08:00
parent 36ef962b2d
commit ff91537b0e

View File

@ -321,7 +321,6 @@ bricks.AgentModel = class extends bricks.JsWidget {
} }
await hr.handle_chunk(resp, this.chunk_response.bind(this, mout)); await hr.handle_chunk(resp, this.chunk_response.bind(this, mout));
this.chunk_ended(); this.chunk_ended();
mout.estimate_w.show();
} }
chunk_response(mout, l){ chunk_response(mout, l){
l = l.trim(); l = l.trim();