Update app.py
Browse files
app.py
CHANGED
@@ -110,7 +110,7 @@ def crewai_process(research_topic):
|
|
110 |
allow_delegation=False,
|
111 |
llm = gemini_llm,
|
112 |
tools=[
|
113 |
-
GeminiSearchTools.
|
114 |
|
115 |
]
|
116 |
|
|
|
110 |
allow_delegation=False,
|
111 |
llm = gemini_llm,
|
112 |
tools=[
|
113 |
+
GeminiSearchTools.gemini_search
|
114 |
|
115 |
]
|
116 |
|