eaglelandsonce commited on
Commit
b34ca1c
1 Parent(s): 9854ef5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -62,7 +62,7 @@ def crewai_process(research_topic):
62
  allow_delegation=False,
63
  llm = gemini_llm,
64
  tools=[
65
- MixtralSearchTools.mixtral_crazy
66
 
67
  ]
68
 
@@ -94,7 +94,7 @@ def crewai_process(research_topic):
94
  allow_delegation=False,
95
  llm = gemini_llm,
96
  tools=[
97
- MixtralSearchTools.mixtral_crazy
98
 
99
  ]
100
 
 
62
  allow_delegation=False,
63
  llm = gemini_llm,
64
  tools=[
65
+ MixtralSearchTools.mixtral_normal
66
 
67
  ]
68
 
 
94
  allow_delegation=False,
95
  llm = gemini_llm,
96
  tools=[
97
+ MixtralSearchTools.mixtral_normal
98
 
99
  ]
100