Update defaults.yaml to modify model entries

Removed display price from Claude Sonnet 4.5 and deleted QWEN 235B model.
This commit is contained in:
Mike Reeves
2026-02-09 11:46:50 -05:00
committed by GitHub
parent bf4cc7befb
commit cef71b41e2
+2 -8
View File
@@ -2653,16 +2653,10 @@ soc:
thresholdColorRatioMax: 1 thresholdColorRatioMax: 1
availableModels: availableModels:
- id: sonnet-4.5 - id: sonnet-4.5
displayName: Claude Sonnet 4.5 ($$$) displayName: Claude Sonnet 4.5
origin: USA origin: USA
contextLimitSmall: 200000 contextLimitSmall: 200000
contextLimitLarge: 1000000 contextLimitLarge: 1000000
lowBalanceColorAlert: 500000 lowBalanceColorAlert: 500000
enabled: true enabled: true
- id: qwen-235b
displayName: QWEN 235B ($)
origin: China
contextLimitSmall: 256000
contextLimitLarge: 256000
lowBalanceColorAlert: 500000
enabled: true