diff --git a/wwwroot/llmaccounting.dspy b/wwwroot/llmaccounting.dspy index 30bfe25..b248278 100644 --- a/wwwroot/llmaccounting.dspy +++ b/wwwroot/llmaccounting.dspy @@ -1,5 +1,5 @@ env = request._run_ns -async with sor_get_context(env, 'llmage') as sor: +async with get_sor_context(env, 'llmage') as sor: sql = "select * from llmusage where status='SUCCEEDED' and accounting_status != 'accounted'" recs = sor.sqlExe(sql, {}) for r in recs: