Customized Configuration Methods
Open Deep Research offers a wealth of customization options:
Structural aspects of reporting::
- Modify the report_structure parameter to define the chapter layout
- Adjust number_of_queries to control the number of searches per part (default 2)
Aspects of research depth::
- Set the maximum number of iterations via max_search_depth (default 2)
- You can specify the depth of search for a particular section
Model selection aspects::
- planner_provider Selection of planning service provider (OpenAI/Groq)
- writer_model specifies the writing model (Claude 3.5 by default).
- search_api toggle search service (Tavily/Perplexity)
All of these configurations can be set via .env files or runtime parameters to meet the needs of studies with different degrees of specialization.
This answer comes from the articleOpen Deep Research: LangChain's Open Source Intelligent Assistant for Deep ResearchThe