Skip to content

Commit d04f1f0

Browse files
committed
fix: drop duplicate claude-sonnet-4-5 from model_cost.json
Upstream already has claude-sonnet-4-5 at line 54; my surgical append re-added it. check-json hook caught the duplicate. Removing the re-added block leaves upstream's entry intact.
1 parent f343640 commit d04f1f0

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

model_cost/model_cost.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -191,10 +191,6 @@
191191
"input_token_price_per_million": 15.00,
192192
"output_token_price_per_million": 75.00
193193
},
194-
"claude-sonnet-4-5": {
195-
"input_token_price_per_million": 3.00,
196-
"output_token_price_per_million": 15.00
197-
},
198194
"claude-haiku-4-5": {
199195
"input_token_price_per_million": 0.80,
200196
"output_token_price_per_million": 4.00

0 commit comments

Comments
 (0)