We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd1111c commit 057ef91Copy full SHA for 057ef91
1 file changed
evals/git-evals/run-git-evals.ts
@@ -32,7 +32,7 @@ import {
32
} from './types'
33
34
// Try Gemini!
35
-const COST_MODE = 'experimental' as const
+const COST_MODE = 'normal' as const
36
37
async function runSingleEval(
38
evalCommit: EvalCommit,
0 commit comments