From ea4ac5bd7b1bc5069f24f984e99a13dae045a0fe Mon Sep 17 00:00:00 2001 From: yumoqing Date: Mon, 30 Mar 2026 08:33:01 +0800 Subject: [PATCH] bugfix --- llmage/asyncinference.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/llmage/asyncinference.py b/llmage/asyncinference.py index 993101c..f4176ed 100644 --- a/llmage/asyncinference.py +++ b/llmage/asyncinference.py @@ -180,11 +180,3 @@ async def query_task_status(request, upappid, apinames, luid, userid, taskid): return await asyncio.sleep(0.1) - except Exception as e: - exception(f'{e=},{format_exc()}') - estr = erase_apikey(e) - recs = sor.R('llmusage', {'id': luid}) - ed = {"error": f"ERROR:{estr}", "status": "FAILED", 'taskid': taskid} - await add_new_llmusage_output(luid, ed) - return -