From 2d279434c8831dd88f2b96c788a7cf892a08f0d8 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Thu, 9 Apr 2026 15:41:01 +0800 Subject: [PATCH] bigfix --- llmage/accounting.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llmage/accounting.py b/llmage/accounting.py index 50ce26c..d230873 100644 --- a/llmage/accounting.py +++ b/llmage/accounting.py @@ -193,7 +193,7 @@ where a.llmid = b.id 'cost': r.cost, 'usage': json.dumps(r.usage, ensure_ascii=False, indent=4) } - await sor.U('llmusage', r.copy()) + await sor.U('llmusage', ns) lus.append(r) return lus