bugfix
This commit is contained in:
parent
d1ddbb8976
commit
30a8b64b5a
@ -183,7 +183,7 @@ where a.llmid = b.id
|
|||||||
try:
|
try:
|
||||||
d = await llm_charging(sor, r.ppid, r)
|
d = await llm_charging(sor, r.ppid, r)
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
debug(f'{r.usages=} is None')
|
debug(f'{r.ppid=}, {r.usages=} llm_charging() failed')
|
||||||
continue
|
continue
|
||||||
r.amount = d.amount
|
r.amount = d.amount
|
||||||
r.cost = d.cost
|
r.cost = d.cost
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user