From 4914ddf4dd862dfcb22b8602950747e05a3076f5 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Mon, 8 Sep 2025 19:08:31 +0800 Subject: [PATCH] bugfix --- llmage/llmclient.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llmage/llmclient.py b/llmage/llmclient.py index 4314c70..3a7f02a 100644 --- a/llmage/llmclient.py +++ b/llmage/llmclient.py @@ -132,7 +132,7 @@ async def async_uapi_request(request, llm, sor): b = b.decode('utf-8') rzt = DictObject(**json.loads(b)) yield b + '\n' - if not rzt.taskid: + if not rzt.status: debug(f'{b=} return error') return if rzt.url: