We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7297a7f commit 6cda457Copy full SHA for 6cda457
1 file changed
evals/buffbench/main.ts
@@ -8,7 +8,7 @@ async function main() {
8
// Use 'external:codex' for OpenAI Codex CLI
9
await runBuffBench({
10
evalDataPaths: [path.join(__dirname, 'eval-codebuff.json')],
11
- agents: ['base2'],
+ agents: ['base2-free'],
12
taskConcurrency: 5,
13
})
14
0 commit comments