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),