Skip to content

Commit 6cda457

Browse files
committed
Update buffbench to run with base2-free
1 parent 7297a7f commit 6cda457

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

evals/buffbench/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ async function main() {
88
// Use 'external:codex' for OpenAI Codex CLI
99
await runBuffBench({
1010
evalDataPaths: [path.join(__dirname, 'eval-codebuff.json')],
11-
agents: ['base2'],
11+
agents: ['base2-free'],
1212
taskConcurrency: 5,
1313
})
1414

0 commit comments

Comments
 (0)