Skip to content

Commit be51f2d

Browse files
committed
Use DeepSeek agent for BuffBench
1 parent c1f82fa commit be51f2d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

evals/buffbench/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ async function main() {
1111
// Use 'external:opencode' for OpenCode CLI
1212
await runBuffBench({
1313
evalDataPaths: [path.join(__dirname, 'eval-codebuff.json')],
14-
agents: ['base2-free-evals'],
14+
agents: ['base2-free-deepseek'],
1515
taskConcurrency: 6,
1616
saveTraces,
1717
})

0 commit comments

Comments
 (0)