This commit is contained in:
yumoqing 2026-04-09 15:41:01 +08:00
parent 050f572f02
commit 2d279434c8

View File

@ -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