SurabhiT commited on
Commit
7bcf9f8
·
verified ·
1 Parent(s): 1cb0984

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -49,7 +49,8 @@ class agentCollection:
49
  verbose=True,
50
  tools=[toolsCollection.toolPDF(filepath)],
51
  llm=llm,
52
- allow_delegation=False
 
53
 
54
  )
55
  return agentpdf
 
49
  verbose=True,
50
  tools=[toolsCollection.toolPDF(filepath)],
51
  llm=llm,
52
+ allow_delegation=False,
53
+ max_Iter=6
54
 
55
  )
56
  return agentpdf