rairo commited on
Commit
ce5aff5
·
verified ·
1 Parent(s): 8a02e3d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=3
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):