NexusInstruments commited on
Commit
894c2eb
·
verified ·
1 Parent(s): a00cdf4

Update utils/summarizer.py

Browse files
Files changed (1) hide show
  1. utils/summarizer.py +1 -1
utils/summarizer.py CHANGED
@@ -1,4 +1,4 @@
1
- from utils.backend import run_llm
2
 
3
  def summarize_text(text: str, max_len: int = 500) -> str:
4
  """Summarize a block of text/logs with LLM backend"""
 
1
+ from backend import run_llm
2
 
3
  def summarize_text(text: str, max_len: int = 500) -> str:
4
  """Summarize a block of text/logs with LLM backend"""