修改了judge的信息反馈
This commit is contained in:
parent
5637305a36
commit
3a9e946297
Binary file not shown.
@ -195,7 +195,7 @@ class ContentJudger:
|
||||
judged_data = process_llm_json_text(raw_result)
|
||||
if judged_data and isinstance(judged_data, dict) and "title" in judged_data and "content" in judged_data:
|
||||
judged_data["judge_success"] = True
|
||||
|
||||
judged_data.pop("analysis")
|
||||
# 直接使用原始内容中的标签
|
||||
if original_tag:
|
||||
judged_data["tag"] = original_tag
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user