eaglelandsonce commited on
Commit
4e4205d
1 Parent(s): ce0e149

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -58,14 +58,14 @@ def crewai_process(research_topic):
58
 
59
  # Create tasks for your agents
60
  task1 = Task(
61
- description=f"""Discuss the {query}. Use Mixtral
62
- do 10 rounds of chat with """,
63
  agent=crazy1
64
  )
65
 
66
  task2 = Task(
67
- description=f"""Discuss the {query}. Use Mixtral
68
- do 10 rounds of chat with """,
69
  agent=crazy2
70
  )
71
 
 
58
 
59
  # Create tasks for your agents
60
  task1 = Task(
61
+ description=f"""Discuss the {research_topic}. Use Mixtral
62
+ do 10 rounds of chat with. react to crazy2 """,
63
  agent=crazy1
64
  )
65
 
66
  task2 = Task(
67
+ description=f"""Discuss the {research_topic}. Use Mixtral
68
+ do 10 rounds of chat with. react to crazy1 """,
69
  agent=crazy2
70
  )
71