mirror of
https://github.com/jina-ai/node-DeepResearch.git
synced 2026-03-22 07:29:35 +08:00
chore: first commit
This commit is contained in:
@@ -67,7 +67,7 @@ export const modelConfigs: ToolConfigs = {
|
||||
};
|
||||
|
||||
export const STEP_SLEEP = 1000;
|
||||
export const DEFAULT_BUDGET_SPLIT_RATIO = 1; // Each sub-question gets 30% of parent's budget
|
||||
export const DEFAULT_BUDGET_SPLIT_RATIO = 0.3; // Each sub-question gets 30% of parent's budget
|
||||
|
||||
|
||||
if (!GEMINI_API_KEY) throw new Error("GEMINI_API_KEY not found");
|
||||
|
||||
Reference in New Issue
Block a user