Pijush2023 commited on
Commit
e4fe32f
·
verified ·
1 Parent(s): 596a5a0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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"] = "Serp_key
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()