data_processor.py aktualisiert

This commit is contained in:
2025-07-19 20:25:35 +00:00
parent 585f84c3bd
commit b8c3416854

View File

@@ -471,7 +471,6 @@ class DataProcessor:
# --- 3. ChatGPT Evaluationen (Branch, FSM, etc.) & Plausi ---
run_chat_step = 'chat' in steps_to_run
chat_steps_to_run = set()
chat_steps_to_run = set()
chat_processing_needed = self._needs_chat_evaluations(
row_data, force_reeval, wiki_data_updated_in_this_run)