This commit is contained in:
yumoqing 2026-03-30 11:39:27 +08:00
parent 13d6d33203
commit 07bb9bc73c

View File

@ -135,6 +135,7 @@ async def add_new_llmusage_output(luid, rzt):
return
async def query_task_status(request, upappid, apinames, luid, userid, taskid):
env = request._run_ns
async with get_sor_context(env, 'llmage') as sor:
uapi = UAPI(request, sor)
for apiname in apinames: