Update app.py
Browse files
app.py
CHANGED
@@ -157,7 +157,7 @@ async def web_search_and_extract(
|
|
157 |
safesearch: str = "moderate",
|
158 |
region: str = "wt-wt",
|
159 |
backend: str = "api",
|
160 |
-
max_chars: int = 6000
|
161 |
extract_only: bool = False
|
162 |
):
|
163 |
"""
|
|
|
157 |
safesearch: str = "moderate",
|
158 |
region: str = "wt-wt",
|
159 |
backend: str = "api",
|
160 |
+
max_chars: int = 6000,
|
161 |
extract_only: bool = False
|
162 |
):
|
163 |
"""
|