Update app.py
Browse files
app.py
CHANGED
@@ -110,6 +110,7 @@ class agentCollection:
|
|
110 |
backstory="""You are a skilled content writer with expertise in synthesizing information from various sources. Your task is to use the detailed descriptions provided by other agents to create a well-structured and coherent summary that addresses the user's query in detail.""",
|
111 |
verbose=True,
|
112 |
llm=llm,
|
|
|
113 |
|
114 |
)
|
115 |
return agentwriter
|
|
|
110 |
backstory="""You are a skilled content writer with expertise in synthesizing information from various sources. Your task is to use the detailed descriptions provided by other agents to create a well-structured and coherent summary that addresses the user's query in detail.""",
|
111 |
verbose=True,
|
112 |
llm=llm,
|
113 |
+
max_Iter=10
|
114 |
|
115 |
)
|
116 |
return agentwriter
|