mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-10 11:12:51 +01:00
Compare commits
4 Commits
2.4/dev
...
TOoSmOotH-
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
94694d394e | ||
|
|
03dd746601 | ||
|
|
eec3373ae7 | ||
|
|
db45ce07ed |
@@ -2653,25 +2653,22 @@ soc:
|
|||||||
thresholdColorRatioMax: 1
|
thresholdColorRatioMax: 1
|
||||||
availableModels:
|
availableModels:
|
||||||
- id: sonnet-4
|
- id: sonnet-4
|
||||||
displayName: Claude Sonnet 4
|
displayName: Claude Sonnet 4 ($$$)
|
||||||
|
origin: USA
|
||||||
contextLimitSmall: 200000
|
contextLimitSmall: 200000
|
||||||
contextLimitLarge: 1000000
|
contextLimitLarge: 1000000
|
||||||
lowBalanceColorAlert: 500000
|
lowBalanceColorAlert: 500000
|
||||||
enabled: true
|
enabled: true
|
||||||
- id: sonnet-4.5
|
- id: sonnet-4.5
|
||||||
displayName: Claude Sonnet 4.5
|
displayName: Claude Sonnet 4.5 ($$$)
|
||||||
|
origin: USA
|
||||||
contextLimitSmall: 200000
|
contextLimitSmall: 200000
|
||||||
contextLimitLarge: 1000000
|
contextLimitLarge: 1000000
|
||||||
lowBalanceColorAlert: 500000
|
lowBalanceColorAlert: 500000
|
||||||
enabled: true
|
enabled: true
|
||||||
- id: gptoss-120b
|
|
||||||
displayName: GPT-OSS 120B
|
|
||||||
contextLimitSmall: 128000
|
|
||||||
contextLimitLarge: 128000
|
|
||||||
lowBalanceColorAlert: 500000
|
|
||||||
enabled: true
|
|
||||||
- id: qwen-235b
|
- id: qwen-235b
|
||||||
displayName: QWEN 235B
|
displayName: QWEN 235B ($)
|
||||||
|
origin: China
|
||||||
contextLimitSmall: 256000
|
contextLimitSmall: 256000
|
||||||
contextLimitLarge: 256000
|
contextLimitLarge: 256000
|
||||||
lowBalanceColorAlert: 500000
|
lowBalanceColorAlert: 500000
|
||||||
|
|||||||
@@ -696,6 +696,9 @@ soc:
|
|||||||
- field: displayName
|
- field: displayName
|
||||||
label: Display Name
|
label: Display Name
|
||||||
required: True
|
required: True
|
||||||
|
- field: origin
|
||||||
|
label: Country of Origin for the Model Training
|
||||||
|
required: false
|
||||||
- field: contextLimitSmall
|
- field: contextLimitSmall
|
||||||
label: Context Limit (Small)
|
label: Context Limit (Small)
|
||||||
forcedType: int
|
forcedType: int
|
||||||
|
|||||||
Reference in New Issue
Block a user