chore: first commit

This commit is contained in:
Han Xiao
2025-02-04 22:19:24 +08:00
parent 0698382360
commit 89732fcb57

View File

@@ -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");