Prathamesh1420 commited on
Commit
6f46771
1 Parent(s): 067106a

Delete tools.py

Browse files
Files changed (1) hide show
  1. tools.py +0 -13
tools.py DELETED
@@ -1,13 +0,0 @@
1
- ## https://serper.dev/
2
-
3
- from dotenv import load_dotenv
4
- load_dotenv()
5
- import os
6
-
7
- os.environ['SERPER_API_KEY'] = os.getenv('SERPER_API_KEY')
8
-
9
-
10
- from crewai_tools import SerperDevTool
11
-
12
- # Initialize the tool for internet searching capabilities
13
- tool = SerperDevTool()