Ishanpardeshi commited on
Commit
d48e859
·
verified ·
1 Parent(s): 4e60d3b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -149,7 +149,8 @@ class AgentLoader:
149
  backstory="""You are an content specialist and are respinsible to generate reliable and easy to understand content or information based on the summary of data.
150
  You should provide indetail results on the summary data.""",
151
  verbose=True,
152
- llm=llm
 
153
  )
154
  return writer
155
 
 
149
  backstory="""You are an content specialist and are respinsible to generate reliable and easy to understand content or information based on the summary of data.
150
  You should provide indetail results on the summary data.""",
151
  verbose=True,
152
+ llm=llm,
153
+ max_iter=6
154
  )
155
  return writer
156