mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-04-28 10:26:32 +02:00
add params to search engine
This commit is contained in:
parent
dd348d0707
commit
fcb2ea4863
2 changed files with 2 additions and 1 deletions
|
|
@ -18,3 +18,4 @@ class SearchConfig(YamlModel):
|
|||
api_key: str = ""
|
||||
cse_id: str = "" # for google
|
||||
search_func: Optional[Callable] = None
|
||||
params: dict = {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue