This commit is contained in:
yumoqing 2026-03-29 20:07:12 +08:00
parent afa77f9d43
commit f52a0e824c

View File

@ -149,5 +149,5 @@ where a.upappid=b.id
async def write_llmusage(llmusage):
env = ServerEnv()
async with get_sor_context(env, 'llmage') as sor:
await sor.C('llmusage', d)
await sor.C('llmusage', llmusage)