From 8d663f3fa4e9da7ad9c9d17651b6581de6228f73 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Thu, 13 Nov 2025 16:21:04 +0800 Subject: [PATCH] bugfix --- llmage/llmclient.py | 1 + 1 file changed, 1 insertion(+) diff --git a/llmage/llmclient.py b/llmage/llmclient.py index 76e8ab7..48049be 100644 --- a/llmage/llmclient.py +++ b/llmage/llmclient.py @@ -100,6 +100,7 @@ where a.upappid=b.id return recs[i].userid async def write_llmusage(id, llm, userid, usage, params_kw, outdata, sor): + debug(f'{params_kw=}, {outdata=}') d = { "id": id, "llmid": llm.id,