Spaces:
Running
Running
Update helper_functions_api.py
Browse files- 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 =
|
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
|