This commit is contained in:
yumoqing 2026-04-08 17:17:16 +08:00
parent 6179aaebaa
commit 4fa220b985

View File

@ -5,7 +5,7 @@ async with get_sor_context(env, 'llmage') as sor:
recs = await sor.sqlExe(sql, {'id': luid})
if recs:
r = recs[0]
x = await llm_charging(r.ppid, r.usages)
x = await llm_charging(r.ppid, r)
return x
return {'sql': sql, 'luid': luid, 'error': 'llm not found'}
return {