bstraehle commited on
Commit
1a555c0
·
verified ·
1 Parent(s): aafac1e

Update crew.py

Browse files
Files changed (1) hide show
  1. crew.py +1 -1
crew.py CHANGED
@@ -195,7 +195,7 @@ def run_crew(question, file_path):
195
  try:
196
  if file_path:
197
  df = read_file(file_path)
198
- question = f"Content of file {file_path}:\n{df.to_string()}\nQuestion: {question}"
199
 
200
  print("###")
201
  print(question)
 
195
  try:
196
  if file_path:
197
  df = read_file(file_path)
198
+ question = f"Content of file {file_path}:\n{df.to_string()}\nQuestion: {question}\nDO NOT READ the file, but use the content provided above."
199
 
200
  print("###")
201
  print(question)