From 230d6d81986fd0bd81b5a7d0cdcae66d0a978b40 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Mon, 30 Mar 2026 13:50:13 +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 481ced0..0ede1e8 100644 --- a/llmage/asyncinference.py +++ b/llmage/asyncinference.py @@ -135,7 +135,7 @@ async def add_new_llmusage_output(luid, newd): r.update(newd) await sor.U('llmusage', r) return -def get_llmusage_last_output(llmusage): +def get_llmusage_last_output(r): io = json.loads(r.ioinfo) outs = io.get('output', []) if len(outs) == 0: