diff --git a/tweet/__pycache__/content_judger.cpython-312.pyc b/tweet/__pycache__/content_judger.cpython-312.pyc index 10cad7b..e61319d 100644 Binary files a/tweet/__pycache__/content_judger.cpython-312.pyc and b/tweet/__pycache__/content_judger.cpython-312.pyc differ diff --git a/tweet/content_judger.py b/tweet/content_judger.py index b62b25a..30a40b2 100644 --- a/tweet/content_judger.py +++ b/tweet/content_judger.py @@ -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