fix(pipeline): 报告默认开启 llm_comment_sentiment(8.3 按细类情感)

Made-with: Cursor
This commit is contained in:
hub-gif 2026-04-21 13:37:41 +08:00
parent 50a9867d02
commit e03c19928c

View File

@ -167,7 +167,7 @@ def get_default_report_config() -> dict[str, Any]:
"""与 ``pipeline.competitor_report.jd_report`` 模块常量一致的默认报告调参(供前端回填)。""" """与 ``pipeline.competitor_report.jd_report`` 模块常量一致的默认报告调参(供前端回填)。"""
jcr, _ = _jd_crawler_modules() jcr, _ = _jd_crawler_modules()
return { return {
"llm_comment_sentiment": False, "llm_comment_sentiment": True,
"llm_matrix_group_summaries": True, "llm_matrix_group_summaries": True,
"llm_comment_group_summaries": True, "llm_comment_group_summaries": True,
"llm_price_group_summaries": True, "llm_price_group_summaries": True,