Skip to content

Commit ed8f949

Browse files
committed
Revert default eval agent to base-lite
1 parent e6f5d09 commit ed8f949

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)