chore: update something
Browse files
app.py
CHANGED
@@ -343,7 +343,7 @@ def search_with_wikipedia(
|
|
343 |
|
344 |
def search_with_google(
|
345 |
query: str,
|
346 |
-
num_results: int =
|
347 |
timeout: int = 5,
|
348 |
language: str = "en",
|
349 |
ssl_verify: bool = None,
|
|
|
343 |
|
344 |
def search_with_google(
|
345 |
query: str,
|
346 |
+
num_results: int = 3,
|
347 |
timeout: int = 5,
|
348 |
language: str = "en",
|
349 |
ssl_verify: bool = None,
|