Skip to content

Commit 057ef91

Browse files
committed
Change evals back to normal mode
1 parent dd1111c commit 057ef91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

evals/git-evals/run-git-evals.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ import {
3232
} from './types'
3333

3434
// Try Gemini!
35-
const COST_MODE = 'experimental' as const
35+
const COST_MODE = 'normal' as const
3636

3737
async function runSingleEval(
3838
evalCommit: EvalCommit,

0 commit comments

Comments
 (0)