NOT-OMEGA commited on
Commit
34a0633
·
verified ·
1 Parent(s): f9ddeab

Update processor_llm.py

Browse files
Files changed (1) hide show
  1. processor_llm.py +1 -1
processor_llm.py CHANGED
@@ -104,4 +104,4 @@ def classify_with_llm(log_msg: str) -> str:
104
  return "Unclassified"
105
 
106
  def classify_batch_llm(log_msgs: list[str]) -> list[str]:
107
- return [classify_with_llm(msg) for msg in log_msgs]
 
104
  return "Unclassified"
105
 
106
  def classify_batch_llm(log_msgs: list[str]) -> list[str]:
107
+ return [classify_with_llm(msg) for msg in log_msgs]