bstraehle commited on
Commit
85ede19
·
verified ·
1 Parent(s): 7c97a32

Update crew.py

Browse files
Files changed (1) hide show
  1. crew.py +1 -1
crew.py CHANGED
@@ -186,7 +186,7 @@ def run_crew(question, file_path):
186
 
187
  Args:
188
  question (str): Question to answer
189
- question (str): The optional document file path
190
 
191
  Returns:
192
  str: Answer to the question
 
186
 
187
  Args:
188
  question (str): Question to answer
189
+ file_path (str): The optional document file path
190
 
191
  Returns:
192
  str: Answer to the question