lamhieu commited on
Commit
c94ea40
·
1 Parent(s): 1b91853

chore: update something

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -343,7 +343,7 @@ def search_with_wikipedia(
343
 
344
  def search_with_google(
345
  query: str,
346
- num_results: int = 4,
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,