Skip to content

Commit 68ea2bc

Browse files
committed
Use base-lite by default in run-eval-set
1 parent daea565 commit 68ea2bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

evals/git-evals/run-eval-set.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ class RunEvalSetCommand extends Command {
7272
}),
7373
agent: Flags.string({
7474
description: 'Codebuff agent id to use',
75-
default: 'base',
75+
default: 'base-lite',
7676
}),
7777
help: Flags.help({ char: 'h' }),
7878
}

0 commit comments

Comments
 (0)