Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
BLJohnPrabhasith
/
Culprit
like
0
Sleeping
App
Files
Files
Community
9fa30ff
Culprit
/
tools.py
BLJohnPrabhasith
Initial Commit
285dd2a
verified
2 months ago
raw
Copy download link
history
blame
Safe
184 Bytes
import
os
from
crewai_tools
import
SerperDevTool
from
dotenv
import
load_dotenv
load_dotenv()
os.environ[
'SERPER_API_KEY'
] = os.getenv(
'SERPER_API_KEY'
)
tool = SerperDevTool()