From b51d276ea0424ea4017891d0b3269de6779c021f Mon Sep 17 00:00:00 2001 From: yumoqing Date: Sat, 5 Sep 2026 10:29:26 +0800 Subject: [PATCH] =?UTF-8?q?fix(platform=5Fability):=20=E4=BF=AE9=E6=9C=883?= =?UTF-8?q?=E6=97=A5=E6=BD=9C=E4=BC=8Fbug=E2=80=94=E2=80=94=5Fdefault=5Fte?= =?UTF-8?q?mplates=E8=BF=94=E5=9B=9E=E5=8D=95dict=E8=A2=AB=E6=8C=89?= =?UTF-8?q?=E4=BA=8C=E5=85=83=E7=BB=84=E8=A7=A3=E5=8C=85,=E6=96=B0?= =?UTF-8?q?=E5=BB=BA=E9=80=82=E9=85=8D=E6=A8=A1=E6=9D=BF=E5=88=86=E6=94=AF?= =?UTF-8?q?=E5=BF=85=E5=B4=A9(=E6=AD=A4=E5=89=8D=E6=A8=A1=E6=9D=BF?= =?UTF-8?q?=E5=85=A8=E5=A4=8D=E7=94=A8=E6=9C=AA=E8=A7=A6=E5=8F=91)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pipeline_platform/platform_ability.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipeline_platform/platform_ability.py b/pipeline_platform/platform_ability.py index 34e3c71..30272d6 100644 --- a/pipeline_platform/platform_ability.py +++ b/pipeline_platform/platform_ability.py @@ -367,7 +367,7 @@ async def _h_apply_llm_config(sor, params, ctx): if recs: profile_ids[cap] = getattr(recs[0], "id", "") continue - req_tpl, resp_tpl = _default_templates(protocol, cap, spec) + req_tpl = _default_templates(protocol, cap, spec) pid = getID() await sor.C("llm_api_profile", { "id": pid, "name": "%s-%s-自动配置" % (protocol, cap),