From e03c19928c1fc8229d829b0d16351301b5ce3709 Mon Sep 17 00:00:00 2001 From: hub-gif <2487812171@qq.com> Date: Tue, 21 Apr 2026 13:37:41 +0800 Subject: [PATCH] =?UTF-8?q?fix(pipeline):=20=E6=8A=A5=E5=91=8A=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E5=BC=80=E5=90=AF=20llm=5Fcomment=5Fsentiment?= =?UTF-8?q?=EF=BC=888.3=20=E6=8C=89=E7=BB=86=E7=B1=BB=E6=83=85=E6=84=9F?= =?UTF-8?q?=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Made-with: Cursor --- backend/pipeline/jd/runner.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/pipeline/jd/runner.py b/backend/pipeline/jd/runner.py index 79d8f1f..ed5e7cd 100644 --- a/backend/pipeline/jd/runner.py +++ b/backend/pipeline/jd/runner.py @@ -167,7 +167,7 @@ def get_default_report_config() -> dict[str, Any]: """与 ``pipeline.competitor_report.jd_report`` 模块常量一致的默认报告调参(供前端回填)。""" jcr, _ = _jd_crawler_modules() return { - "llm_comment_sentiment": False, + "llm_comment_sentiment": True, "llm_matrix_group_summaries": True, "llm_comment_group_summaries": True, "llm_price_group_summaries": True,