mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Available Models
Utilizes Jason's new Array of Objects UI.
This commit is contained in:
@@ -2552,9 +2552,22 @@ soc:
|
|||||||
assistant:
|
assistant:
|
||||||
enabled: false
|
enabled: false
|
||||||
investigationPrompt: Investigate Alert ID {socId}
|
investigationPrompt: Investigate Alert ID {socId}
|
||||||
contextLimitSmall: 200000
|
|
||||||
contextLimitLarge: 1000000
|
|
||||||
thresholdColorRatioLow: 0.5
|
thresholdColorRatioLow: 0.5
|
||||||
thresholdColorRatioMed: 0.75
|
thresholdColorRatioMed: 0.75
|
||||||
thresholdColorRatioMax: 1
|
thresholdColorRatioMax: 1
|
||||||
|
availableModels:
|
||||||
|
- id: sonnet-4
|
||||||
|
displayName: Claude Sonnet 4
|
||||||
|
contextLimitSmall: 200000
|
||||||
|
contextLimitLarge: 1000000
|
||||||
|
lowBalanceColorAlert: 500000
|
||||||
|
- id: sonnet-4.5
|
||||||
|
displayName: Claude Sonnet 4.5
|
||||||
|
contextLimitSmall: 200000
|
||||||
|
contextLimitLarge: 1000000
|
||||||
|
lowBalanceColorAlert: 500000
|
||||||
|
- id: gptoss-120b
|
||||||
|
displayName: GPT-OSS 120B
|
||||||
|
contextLimitSmall: 200000
|
||||||
|
contextLimitLarge: 1000000
|
||||||
lowBalanceColorAlert: 500000
|
lowBalanceColorAlert: 500000
|
||||||
@@ -606,14 +606,6 @@ soc:
|
|||||||
investigationPrompt:
|
investigationPrompt:
|
||||||
description: Prompt given to Onion AI when beginning an investigation.
|
description: Prompt given to Onion AI when beginning an investigation.
|
||||||
global: True
|
global: True
|
||||||
contextLimitSmall:
|
|
||||||
description: Smaller context limit for Onion AI.
|
|
||||||
global: True
|
|
||||||
advanced: True
|
|
||||||
contextLimitLarge:
|
|
||||||
description: Larger context limit for Onion AI.
|
|
||||||
global: True
|
|
||||||
advanced: True
|
|
||||||
thresholdColorRatioLow:
|
thresholdColorRatioLow:
|
||||||
description: Lower visual context color change threshold.
|
description: Lower visual context color change threshold.
|
||||||
global: True
|
global: True
|
||||||
@@ -630,6 +622,32 @@ soc:
|
|||||||
description: Onion AI credit amount at which balance turns red.
|
description: Onion AI credit amount at which balance turns red.
|
||||||
global: True
|
global: True
|
||||||
advanced: True
|
advanced: True
|
||||||
|
availableModels:
|
||||||
|
description: List of AI models available for use in SOC as well as model specific warning thresholds.
|
||||||
|
global: True
|
||||||
|
advanced: True
|
||||||
|
forcedType: "[]{}"
|
||||||
|
helpLink: assistant.html
|
||||||
|
syntax: json
|
||||||
|
uiElements:
|
||||||
|
- field: id
|
||||||
|
label: Model ID
|
||||||
|
required: True
|
||||||
|
- field: displayName
|
||||||
|
label: Display Name
|
||||||
|
required: True
|
||||||
|
- field: contextLimitSmall
|
||||||
|
label: Context Limit (Small)
|
||||||
|
forcedType: int
|
||||||
|
required: True
|
||||||
|
- field: contextLimitLarge
|
||||||
|
label: Context Limit (Large)
|
||||||
|
forcedType: int
|
||||||
|
required: True
|
||||||
|
- field: lowBalanceColorAlert
|
||||||
|
label: Low Balance Color Alert
|
||||||
|
forcedType: int
|
||||||
|
required: True
|
||||||
apiTimeoutMs:
|
apiTimeoutMs:
|
||||||
description: Duration (in milliseconds) to wait for a response from the SOC server API before giving up and showing an error on the SOC UI.
|
description: Duration (in milliseconds) to wait for a response from the SOC server API before giving up and showing an error on the SOC UI.
|
||||||
global: True
|
global: True
|
||||||
|
|||||||
Reference in New Issue
Block a user