Skip to content

Commit 15216c0

Browse files
committed
Update trigger for workflow
1 parent d9bfd5b commit 15216c0

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

.github/workflows/update-model-multipliers.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,10 @@ on:
77
workflow_dispatch:
88
push:
99
branches:
10-
- auto-update-models
11-
10+
- main
11+
paths:
12+
- .github/workflows/update-model-multipliers.yml
13+
- scripts/update-model-multipliers.py
1214

1315
permissions:
1416
contents: write

src/lib/model-multipliers.generated.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ export const CURRENT_MODEL_MULTIPLIERS: Record<string, number> = {
1717
'Gemini 2.5 Pro': 1,
1818
'Gemini 3 Flash': 0.33,
1919
'Gemini 3.1 Pro': 1,
20-
'Goldeneye': 0,
2120
'GPT-4.1': 0,
2221
'GPT-5 mini': 0,
2322
'GPT-5.2': 1,
@@ -31,8 +30,6 @@ export const CURRENT_MODEL_MULTIPLIERS: Record<string, number> = {
3130

3231
// Models with a 0x multiplier (free) are treated as "Default" and grouped together.
3332
export const CURRENT_DEFAULT_MODELS: string[] = [
34-
'Goldeneye',
3533
'GPT-4.1',
3634
'GPT-5 mini',
37-
'Raptor mini',
3835
];

0 commit comments

Comments
 (0)