@@ -41,7 +41,7 @@ OPENAI_API_KEY=
LLM_MAX_STEP=2
# tool
-TOOL_WORKER_NUM=10
+TOOL_WORKER_NUM=200
TOOL_WORKER_EXECUTION_TIMEOUT=180
# web search tool
@@ -19,7 +19,7 @@ class ToolSettings(BaseSettings):
tool settings
"""
- TOOL_WORKER_NUM: int = 10
+ TOOL_WORKER_NUM: int = 200
TOOL_WORKER_EXECUTION_TIMEOUT: int = 180
BING_SEARCH_URL: str = "https://api.bing.microsoft.com/v7.0/search"