aakash0017 commited on
Commit
a8dcf10
·
1 Parent(s): a60e367

change max_iteration

Browse files
Files changed (1) hide show
  1. conversation.py +1 -0
conversation.py CHANGED
@@ -198,6 +198,7 @@ agent_executor = AgentExecutor(
198
  memory=memory,
199
  verbose=False,
200
  return_intermediate_steps=True,
 
201
  )
202
 
203
  user_name = None
 
198
  memory=memory,
199
  verbose=False,
200
  return_intermediate_steps=True,
201
+ max_iterations = 2
202
  )
203
 
204
  user_name = None