MOH749 commited on
Commit
14a321b
1 Parent(s): 47e766f

Update ABL-Agents.py

Browse files
Files changed (1) hide show
  1. ABL-Agents.py +2 -2
ABL-Agents.py CHANGED
@@ -5,8 +5,8 @@ from langchain.agents import AgentType, initialize_agent, load_tools
5
  from transformers import pipeline
6
 
7
 
8
- load_dotenv()
9
- SERPAPI_API_KEY = os.getenv('SERPAPI_API_KEY')
10
 
11
  from serpapi import GoogleSearch
12
 
 
5
  from transformers import pipeline
6
 
7
 
8
+
9
+ SERPAPI_API_KEY = '1e2cf72abd974364e933d854720ec3704bb86196ee9a25267e53947192afada6'
10
 
11
  from serpapi import GoogleSearch
12