pvanand commited on
Commit
ab8e553
·
verified ·
1 Parent(s): bf6fa89

Update helper_functions_api.py

Browse files
Files changed (1) hide show
  1. helper_functions_api.py +1 -1
helper_functions_api.py CHANGED
@@ -223,7 +223,7 @@ def process_content(data_format, url, query):
223
  return "", url
224
 
225
  def fetch_and_extract_content(
226
- data_format: str, query: str, urls: List[str], num_refrences: int = 8
227
  ) -> List[Tuple[str | None, str]]:
228
  """
229
  Asynchronously makeing request to urls and doing further process
 
223
  return "", url
224
 
225
  def fetch_and_extract_content(
226
+ data_format: str, query: str, urls: List[str], num_refrences: int = 6
227
  ) -> List[Tuple[str | None, str]]:
228
  """
229
  Asynchronously makeing request to urls and doing further process