bugfix
This commit is contained in:
parent
081ac3a773
commit
24ca933cc4
@ -5,6 +5,7 @@ async with get_sor_context(env, 'llmage') as sor:
|
||||
recs = await sor.sqlExe(sql, {'id': luid})
|
||||
if recs:
|
||||
r = recs[0]
|
||||
debug(f'{luid=}, {r.usages=}')
|
||||
x = await llm_charging(r.ppid, r)
|
||||
return x
|
||||
return {'sql': sql, 'luid': luid, 'error': 'llm not found'}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user