Update ABL-Agents.py
Browse files- 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 |
-
|
9 |
-
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 |
|