Spaces:
Runtime error
Runtime error
Update research.py
Browse files- research.py +5 -0
research.py
CHANGED
@@ -1,3 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
1 |
from crewai_tools import BaseTool
|
2 |
from exa_py import Exa
|
3 |
import os
|
|
|
1 |
+
# File "/home/user/app/research.py", line 1, in <module>
|
2 |
+
# from crewai_tools import BaseTool
|
3 |
+
# ModuleNotFoundError: No module named 'crewai_tools'
|
4 |
+
|
5 |
+
|
6 |
from crewai_tools import BaseTool
|
7 |
from exa_py import Exa
|
8 |
import os
|