From 3e4b08c521d015dbb8fbc04b00e52859778b3548 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Sat, 21 Mar 2026 16:29:00 +0800 Subject: [PATCH] bugfix --- llmage/llmclient.py | 1 + 1 file changed, 1 insertion(+) diff --git a/llmage/llmclient.py b/llmage/llmclient.py index 372669f..d322b0c 100644 --- a/llmage/llmclient.py +++ b/llmage/llmclient.py @@ -389,6 +389,7 @@ async def inference_generator(request, *args, params_kw=None, **kw): async def _inference_generator(request, callerid, callerorgid, params_kw={}, **kw): + env = request._run_ns if not params_kw: params_kw = env.params_kw if not params_kw.transno: