From 6179aaebaa5b7acd2bace7faebbda53c0e46b8d4 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Wed, 8 Apr 2026 17:14:51 +0800 Subject: [PATCH] bugfix --- wwwroot/test_llm_charging.dspy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wwwroot/test_llm_charging.dspy b/wwwroot/test_llm_charging.dspy index 5c5ac78..d453ec3 100644 --- a/wwwroot/test_llm_charging.dspy +++ b/wwwroot/test_llm_charging.dspy @@ -1,5 +1,5 @@ luid=params_kw.luid -env = ServerEnv() +env = request._run_ns async with get_sor_context(env, 'llmage') as sor: sql = "select a.ppid, b.* from llm a, llmusage b where a.id=b.llmid and b.id=${id}$" recs = await sor.sqlExe(sql, {'id': luid})