From b3e520ea29d12f714721ad58fcf00ab8daf6d143 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Thu, 9 Apr 2026 15:03:18 +0800 Subject: [PATCH] bugfix --- llmage/asyncinference.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llmage/asyncinference.py b/llmage/asyncinference.py index 68933f2..eb90675 100644 --- a/llmage/asyncinference.py +++ b/llmage/asyncinference.py @@ -168,7 +168,7 @@ async def query_task_status(request, upappid, apiname, luid, userid, taskid): exception(f'{e}, {b=}') new_output = { 'status': 'FAILED', - 'error': f'{b},{e}}' + 'error': f'{b},{e}' } if lastoutout['status'] != new_output['status']: llmusage.status = new_output['status']