This commit is contained in:
yumoqing 2026-04-02 15:46:17 +08:00
parent c1e7b4dc4f
commit d680a19880

View File

@ -39,7 +39,7 @@ async def grab_task_status(request, taskid):
if llm is None: if llm is None:
e = Exception(f'id={r.llmid} Error happend!') e = Exception(f'id={r.llmid} Error happend!')
exception(f'{e}') exception(f'{e}')
return {"status": "FAILED", "error": f"{taskid} {r.llmid=} {e}") return {"status": "FAILED", "error": f"{taskid} {r.llmid=} {e}" }
async with get_sor_context(env, 'llmage') as sor: async with get_sor_context(env, 'llmage') as sor:
uapi = UAPI(request, sor) uapi = UAPI(request, sor)