From eddc4780ca4c478dced5c786390cd28f1e635122 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Thu, 12 Feb 2026 13:51:20 +0800 Subject: [PATCH] bugfix --- llmage/llmclient.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llmage/llmclient.py b/llmage/llmclient.py index 576b173..dc7b09a 100644 --- a/llmage/llmclient.py +++ b/llmage/llmclient.py @@ -390,7 +390,7 @@ async def inference_generator(request, *args, params_kw=None, **kw): dbname = env.get_module_dbname('llmage') db = env.DBPools() async with db.sqlorContext(dbname) as sor: - f == None + f = None llm = await get_llm(llmid) if not params_kw.model: params_kw.model = llm.model