Wajahat698 commited on
Commit
ae7a18a
·
verified ·
1 Parent(s): 20bb4d5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1011,7 +1011,7 @@ def search_knowledge_base(query):
1011
  return retrieved_docs
1012
 
1013
 
1014
- def google_search(query, serper_api_key):
1015
  try:
1016
  # Initialize the SerpAPI client
1017
  search_client = GoogleSearch({"api_key": serper_api_key})
 
1011
  return retrieved_docs
1012
 
1013
 
1014
+ def google_search(query):
1015
  try:
1016
  # Initialize the SerpAPI client
1017
  search_client = GoogleSearch({"api_key": serper_api_key})