This commit is contained in:
yumoqing 2026-04-05 15:14:12 +08:00
parent 6d94c00656
commit 915496f739

View File

@ -192,6 +192,7 @@ async def backend_accounting():
while True:
lus = await get_accounting_llmusages()
for lu in lus:
debug(f{lu.id=} handleing...')
await llm_accounting(lu)
await asyncio.sleep(0.1)