data_processor.py aktualisiert

This commit is contained in:
2025-07-19 20:24:50 +00:00
parent fe6cdb8fd7
commit e5749d46f9

View File

@@ -471,7 +471,7 @@ 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_steps_to_run = set()
chat_processing_needed = self._needs_chat_evaluations(
row_data, force_reeval, wiki_data_updated_in_this_run)