From ffb10827bb3c8739a78c3db798c07280dc75b717 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Thu, 4 Jun 2026 14:36:04 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20get=5Ftype=5Fllms=20=E5=8F=82?= =?UTF-8?q?=E6=95=B0=E5=90=8D=20catelogid=20->=20llmcatelogid?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wwwroot/get_type_llms.dspy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wwwroot/get_type_llms.dspy b/wwwroot/get_type_llms.dspy index 7fcb1de..60e720a 100644 --- a/wwwroot/get_type_llms.dspy +++ b/wwwroot/get_type_llms.dspy @@ -1,4 +1,4 @@ -lt = params_kw.catelogid or 't2v' +lt = params_kw.llmcatelogid or 't2v' debug(f'{lt=}') try: async with get_sor_context(request._run_ns, 'llmage') as sor: