mirror of
https://github.com/dzhng/deep-research.git
synced 2025-12-26 04:48:06 +08:00
simplified
This commit is contained in:
parent
fc217a2d19
commit
a9ae24556c
@ -27,15 +27,15 @@ async function run() {
|
||||
const breadth =
|
||||
parseInt(
|
||||
await askQuestion(
|
||||
'Enter research breadth (recommended 3-10, default 6): ',
|
||||
'Enter research breadth (recommended 2-10, default 4): ',
|
||||
),
|
||||
10,
|
||||
) || 6;
|
||||
) || 4;
|
||||
const depth =
|
||||
parseInt(
|
||||
await askQuestion('Enter research depth (recommended 1-5, default 3): '),
|
||||
await askQuestion('Enter research depth (recommended 1-5, default 2): '),
|
||||
10,
|
||||
) || 3;
|
||||
) || 2;
|
||||
|
||||
console.log(`Creating research plan...`);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user