Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -8,6 +8,7 @@ from crewai.tools.gemini_tools import GeminiSearchTools
|
|
| 8 |
from langchain.tools.yahoo_finance_news import YahooFinanceNewsTool
|
| 9 |
from crewai.tools.browser_tools import BrowserTools
|
| 10 |
from crewai.tools.sec_tools import SECTools
|
|
|
|
| 11 |
|
| 12 |
# Google Langchain
|
| 13 |
from langchain_google_genai import GoogleGenerativeAI
|
|
|
|
| 8 |
from langchain.tools.yahoo_finance_news import YahooFinanceNewsTool
|
| 9 |
from crewai.tools.browser_tools import BrowserTools
|
| 10 |
from crewai.tools.sec_tools import SECTools
|
| 11 |
+
from crewai.tools.mixtral_tools import MixtralSearchTools
|
| 12 |
|
| 13 |
# Google Langchain
|
| 14 |
from langchain_google_genai import GoogleGenerativeAI
|