bisoye commited on
Commit
de44fff
1 Parent(s): 59bc9a2

Update summarizer.py

Browse files
Files changed (1) hide show
  1. summarizer.py +1 -1
summarizer.py CHANGED
@@ -5,7 +5,7 @@ from langchain.chains.summarize import load_summarize_chain
5
  from pathlib import Path
6
 
7
 
8
- def summarize_files(method, files):
9
  # Initialize the LLM
10
  llm = Cohere(temperature=0)
11
 
 
5
  from pathlib import Path
6
 
7
 
8
+ def summarize_file(method, files):
9
  # Initialize the LLM
10
  llm = Cohere(temperature=0)
11