This commit is contained in:
yumoqing 2026-04-05 16:33:18 +08:00
parent d1ddbb8976
commit 30a8b64b5a

View File

@ -183,7 +183,7 @@ where a.llmid = b.id
try:
d = await llm_charging(sor, r.ppid, r)
except Exception as e:
debug(f'{r.usages=} is None')
debug(f'{r.ppid=}, {r.usages=} llm_charging() failed')
continue
r.amount = d.amount
r.cost = d.cost