Skip to content

Commit 7564a08

Browse files
committed
Update incorrect multiplier for test
1 parent 15216c0 commit 7564a08

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib/model-multipliers.generated.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export const CURRENT_MODEL_MULTIPLIERS: Record<string, number> = {
1515
'Claude Sonnet 4.5': 1,
1616
'Claude Sonnet 4.6': 1,
1717
'Gemini 2.5 Pro': 1,
18-
'Gemini 3 Flash': 0.33,
18+
'Gemini 3 Flash': 0.5,
1919
'Gemini 3.1 Pro': 1,
2020
'GPT-4.1': 0,
2121
'GPT-5 mini': 0,

0 commit comments

Comments
 (0)