Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -309,7 +309,7 @@ from langchain.agents import Tool
|
|
309 |
from langchain.utilities import GoogleSerperAPIWrapper
|
310 |
|
311 |
# Setup API keys
|
312 |
-
os.environ["SERP_API"]
|
313 |
|
314 |
# Initialize the Google Serper API Wrapper
|
315 |
search = GoogleSerperAPIWrapper()
|
|
|
309 |
from langchain.utilities import GoogleSerperAPIWrapper
|
310 |
|
311 |
# Setup API keys
|
312 |
+
api_key=os.environ["SERP_API"]
|
313 |
|
314 |
# Initialize the Google Serper API Wrapper
|
315 |
search = GoogleSerperAPIWrapper()
|