buggix
This commit is contained in:
parent
7cd93a7999
commit
2ab106648f
@ -196,9 +196,9 @@ where a.llmid = b.id
|
|||||||
continue
|
continue
|
||||||
d = None
|
d = None
|
||||||
try:
|
try:
|
||||||
if isinstance(r.usages, str):
|
debug(f'{r.ppid=}, {r.usages=} {r.id=}')
|
||||||
r.usages = json.loads(r.usages)
|
|
||||||
d = await llm_charging(r.ppid, r)
|
d = await llm_charging(r.ppid, r)
|
||||||
|
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
await llm_accoung_failed(r.id)
|
await llm_accoung_failed(r.id)
|
||||||
exception(f'{r.ppid=}, {r.usages=} llm_charging() failed,{e}')
|
exception(f'{r.ppid=}, {r.usages=} llm_charging() failed,{e}')
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user