CryptoScoutv1 commited on
Commit
85faa57
·
verified ·
1 Parent(s): 4143ee9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -103,7 +103,7 @@ def create_crewai_crypto_setup(crypto_symbol):
103
  # Crew setup for processing the tasks sequentially
104
  crypto_crew = Crew(
105
  agents=[research_agent, research_agent2],
106
- tasks=[market_data_t0,Summary_t3],
107
  verbose=2,
108
  process=Process.sequential,
109
  )
 
103
  # Crew setup for processing the tasks sequentially
104
  crypto_crew = Crew(
105
  agents=[research_agent, research_agent2],
106
+ tasks=[market_data_t0],
107
  verbose=2,
108
  process=Process.sequential,
109
  )