mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-06-14 22:28:43 +02:00
add charsPerTokenEstimate
This commit is contained in:
@@ -2687,4 +2687,5 @@ soc:
|
|||||||
lowBalanceColorAlert: 500000
|
lowBalanceColorAlert: 500000
|
||||||
enabled: true
|
enabled: true
|
||||||
adapter: SOAI
|
adapter: SOAI
|
||||||
|
charsPerTokenEstimate: 4
|
||||||
|
|
||||||
|
|||||||
@@ -761,7 +761,7 @@ soc:
|
|||||||
required: True
|
required: True
|
||||||
- field: origin
|
- field: origin
|
||||||
label: Country of Origin for the Model Training
|
label: Country of Origin for the Model Training
|
||||||
required: false
|
required: False
|
||||||
- field: contextLimitSmall
|
- field: contextLimitSmall
|
||||||
label: Context Limit (Small)
|
label: Context Limit (Small)
|
||||||
forcedType: int
|
forcedType: int
|
||||||
@@ -779,6 +779,10 @@ soc:
|
|||||||
- field: enabled
|
- field: enabled
|
||||||
label: Enabled
|
label: Enabled
|
||||||
forcedType: bool
|
forcedType: bool
|
||||||
|
- field: charsPerTokenEstimate
|
||||||
|
label: Characters per Token Estimate
|
||||||
|
forcedType: float
|
||||||
|
required: False
|
||||||
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