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