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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -62,7 +62,7 @@ def crewai_process(research_topic):
62
  allow_delegation=False,
63
  llm = gemini_llm,
64
  tools=[
65
- ZephyrSearchTools.mixtral_normal
66
 
67
  ]
68
 
 
62
  allow_delegation=False,
63
  llm = gemini_llm,
64
  tools=[
65
+ MixtralSearchTools.mixtral_normal
66
 
67
  ]
68