Update app.py
Browse files
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
|