RustX commited on
Commit
af536d6
·
1 Parent(s): 4f4e4a3

Update chatbot_csv.py

Browse files
Files changed (1) hide show
  1. chatbot_csv.py +1 -1
chatbot_csv.py CHANGED
@@ -84,7 +84,7 @@ def main():
84
 
85
  old_stdout = sys.stdout
86
  sys.stdout = captured_output = StringIO()
87
- agent = create_csv_agent(ChatOpenAI(temperature=0), uploaded_file_content, verbose=True, max_iterations=4)
88
 
89
  result = agent.run(query)
90
 
 
84
 
85
  old_stdout = sys.stdout
86
  sys.stdout = captured_output = StringIO()
87
+ agent = create_csv_agent(ChatOpenAI(temperature=0), uploaded_file_content, verbose=True, max_iterations=8)
88
 
89
  result = agent.run(query)
90