mirror of
https://gitee.com/wanwujie/deer-flow
synced 2026-04-23 22:24:46 +08:00
feat: add strategic_investment report style (#595)
* add strategic_investment mode * make format * make lint * fix: repair lint-frontend
This commit is contained in:
@@ -96,7 +96,7 @@ def get_web_search_tool(max_search_results: int):
|
||||
name="web_search",
|
||||
wrapper=SearxSearchWrapper(
|
||||
k=max_search_results,
|
||||
)
|
||||
),
|
||||
)
|
||||
elif SELECTED_SEARCH_ENGINE == SearchEngine.WIKIPEDIA.value:
|
||||
wiki_lang = search_config.get("wikipedia_lang", "en")
|
||||
|
||||
Reference in New Issue
Block a user