mirror of
https://github.com/primedigitaltech/market-assistant.git
synced 2026-07-21 23:41:39 +08:00
fix(pipeline): 报告默认开启 llm_comment_sentiment(8.3 按细类情感)
Made-with: Cursor
This commit is contained in:
parent
50a9867d02
commit
e03c19928c
@ -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,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user