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,