Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -136,7 +136,7 @@ class SmartShoppingAssistant:
|
|
| 136 |
llm=llm_flash_exp,
|
| 137 |
agent=AgentType.ZERO_SHOT_REACT_DESCRIPTION,
|
| 138 |
verbose=True,
|
| 139 |
-
max_iterations=
|
| 140 |
)
|
| 141 |
|
| 142 |
def process_natural_language_query(self, query):
|
|
|
|
| 136 |
llm=llm_flash_exp,
|
| 137 |
agent=AgentType.ZERO_SHOT_REACT_DESCRIPTION,
|
| 138 |
verbose=True,
|
| 139 |
+
max_iterations=5
|
| 140 |
)
|
| 141 |
|
| 142 |
def process_natural_language_query(self, query):
|