We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d50c08 commit f6ecd69Copy full SHA for f6ecd69
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-free'],
+ agents: ['base-deep'],
12
taskConcurrency: 5,
13
})
14
0 commit comments