themissingCRAM commited on
Commit
1ce734d
·
1 Parent(s): b05ca59
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -184,6 +184,9 @@ if __name__ == "__main__":
184
  I think breaking up tasks into subtasks and giving them to individual agents can help in reducing complexity
185
  and helps the agents to succeed in their task easier.
186
 
 
 
 
187
  I was not able to get streaming speech to text to work.
188
  ''')
189
 
 
184
  I think breaking up tasks into subtasks and giving them to individual agents can help in reducing complexity
185
  and helps the agents to succeed in their task easier.
186
 
187
+ but the large max steps and planning steps, really slows down the system while incuring more token cost.
188
+ I will have to reduce those numerical variables for speed at the expense of accuracy.
189
+
190
  I was not able to get streaming speech to text to work.
191
  ''')
192