From 89732fcb57609e7798d09f6b28a3dfb2176a2aea Mon Sep 17 00:00:00 2001 From: Han Xiao Date: Tue, 4 Feb 2025 22:19:24 +0800 Subject: [PATCH] chore: first commit --- src/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.ts b/src/config.ts index 9c9a772..56e558d 100644 --- a/src/config.ts +++ b/src/config.ts @@ -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");