From 3458624a1e3c4b7d561c05c37e7b72000d484b2f Mon Sep 17 00:00:00 2001 From: yumoqing Date: Sun, 29 Mar 2026 18:40:56 +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 a94c42d..79cb58c 100644 --- a/llmage/asyncinference.py +++ b/llmage/asyncinference.py @@ -126,7 +126,7 @@ async def add_new_llmusage_output(luid, rzt): 'input': io.get('input',{}), 'output': out }) - await await sor.U('llmusage', r) + await sor.U('llmusage', r) return async def query_task_status(request, upappid, apinames, luid, userid, taskid):