From 634853ae1b96739f2f014e09a0b9434e870bbc04 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Thu, 13 Nov 2025 15:03:45 +0800 Subject: [PATCH] bugfix --- llmage/llmclient.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llmage/llmclient.py b/llmage/llmclient.py index 016a595..76e8ab7 100644 --- a/llmage/llmclient.py +++ b/llmage/llmclient.py @@ -108,7 +108,7 @@ async def write_llmusage(id, llm, userid, usage, params_kw, outdata, sor): "userid": userid, "transno": params_kw.transno, "evalvalue": 0, - "useages": usages, + "usages": usage, "ioinfo": json.dumps({ "input": params_kw, "output": outdata