This commit is contained in:
yumoqing 2026-06-10 15:48:26 +08:00
parent 1b1b87236a
commit 645e26c0c8

View File

@ -268,7 +268,6 @@ bricks.LlmModel = class extends bricks.JsWidget {
if (! resp) {
return;
}
mout.update_data(resp)
if (resp.status != 'ok'){
console.log('error:' + resp.data.message);
}