SurabhiT commited on
Commit
09870ee
·
verified ·
1 Parent(s): 7bcf9f8

Update app.py

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