Spaces:
Sleeping
Sleeping
Commit
·
69e13bb
1
Parent(s):
8e2e2e9
Update app.py
Browse files
app.py
CHANGED
@@ -497,7 +497,10 @@ def crewai_process(portfolio_stocks):
|
|
497 |
Samira excels in strategic thinking and is adept at adjusting investment strategies based on changing market conditions.""",
|
498 |
verbose=True,
|
499 |
allow_delegation=True,
|
500 |
-
llm = gemini_llm
|
|
|
|
|
|
|
501 |
|
502 |
# Add tools and other optional parameters as needed
|
503 |
)
|
|
|
497 |
Samira excels in strategic thinking and is adept at adjusting investment strategies based on changing market conditions.""",
|
498 |
verbose=True,
|
499 |
allow_delegation=True,
|
500 |
+
llm = gemini_llm,
|
501 |
+
tools=[
|
502 |
+
GeminiSearchTools.gemini_search
|
503 |
+
]
|
504 |
|
505 |
# Add tools and other optional parameters as needed
|
506 |
)
|