mirror of
https://github.com/jina-ai/node-DeepResearch.git
synced 2026-03-22 15:39:06 +08:00
refactor: add safe obj generation (#60)
* fix: broken markdown footnote * refactor: safe obj generation * test: update token tracking assertions to match new implementation Co-Authored-By: Han Xiao <han.xiao@jina.ai> * refactor: safe obj generation * chore: update readme --------- Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
This commit is contained in:
10
config.json
10
config.json
@@ -32,13 +32,14 @@
|
||||
"maxTokens": 8000
|
||||
},
|
||||
"tools": {
|
||||
"search-grounding": { "temperature": 0 },
|
||||
"searchGrounding": { "temperature": 0 },
|
||||
"dedup": { "temperature": 0.1 },
|
||||
"evaluator": {},
|
||||
"errorAnalyzer": {},
|
||||
"queryRewriter": { "temperature": 0.1 },
|
||||
"agent": { "temperature": 0.7 },
|
||||
"agentBeastMode": { "temperature": 0.7 }
|
||||
"agentBeastMode": { "temperature": 0.7 },
|
||||
"fallback": { "temperature": 0 }
|
||||
}
|
||||
},
|
||||
"openai": {
|
||||
@@ -48,13 +49,14 @@
|
||||
"maxTokens": 8000
|
||||
},
|
||||
"tools": {
|
||||
"search-grounding": { "temperature": 0 },
|
||||
"searchGrounding": { "temperature": 0 },
|
||||
"dedup": { "temperature": 0.1 },
|
||||
"evaluator": {},
|
||||
"errorAnalyzer": {},
|
||||
"queryRewriter": { "temperature": 0.1 },
|
||||
"agent": { "temperature": 0.7 },
|
||||
"agentBeastMode": { "temperature": 0.7 }
|
||||
"agentBeastMode": { "temperature": 0.7 },
|
||||
"fallback": { "temperature": 0 }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user