add params to search engine

This commit is contained in:
geekan 2024-03-21 13:57:32 +08:00
parent dd348d0707
commit fcb2ea4863
2 changed files with 2 additions and 1 deletions

View file

@ -18,3 +18,4 @@ class SearchConfig(YamlModel):
api_key: str = ""
cse_id: str = "" # for google
search_func: Optional[Callable] = None
params: dict = {}