bisoye commited on
Commit
bc1c82e
1 Parent(s): 7cc969b

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_file(method, files):
9
  # Initialize the LLM
10
  llm = Cohere(temperature=0)
11
 
 
5
  from pathlib import Path
6
 
7
 
8
+ def summarize_file(method, file):
9
  # Initialize the LLM
10
  llm = Cohere(temperature=0)
11