eaglelandsonce commited on
Commit
cecfa91
1 Parent(s): 8e74874

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -78,7 +78,7 @@ def crewai_process(research_topic):
78
  allow_delegation=False,
79
  llm = gemini_llm,
80
  tools=[
81
- ZephyrSearchTools.zephyr_crazy
82
 
83
  ]
84
 
@@ -94,7 +94,7 @@ def crewai_process(research_topic):
94
  allow_delegation=False,
95
  llm = gemini_llm,
96
  tools=[
97
- ZephyrSearchTools.zephyr_normal
98
 
99
  ]
100
 
@@ -111,7 +111,6 @@ def crewai_process(research_topic):
111
  llm = gemini_llm,
112
  tools=[
113
  MixtralSearchTools.mixtral_crazy,
114
- ZephyrSearchTools.zephyr_crazy
115
 
116
  ]
117
 
 
78
  allow_delegation=False,
79
  llm = gemini_llm,
80
  tools=[
81
+ MixtralSearchTools.mixtral_crazy
82
 
83
  ]
84
 
 
94
  allow_delegation=False,
95
  llm = gemini_llm,
96
  tools=[
97
+ MixtralSearchTools.mixtral_normal
98
 
99
  ]
100
 
 
111
  llm = gemini_llm,
112
  tools=[
113
  MixtralSearchTools.mixtral_crazy,
 
114
 
115
  ]
116