diff --git a/salt/soc/defaults.yaml b/salt/soc/defaults.yaml index 0bde8f20e..cc80758fc 100644 --- a/salt/soc/defaults.yaml +++ b/salt/soc/defaults.yaml @@ -2687,4 +2687,5 @@ soc: lowBalanceColorAlert: 500000 enabled: true adapter: SOAI + charsPerTokenEstimate: 4 diff --git a/salt/soc/soc_soc.yaml b/salt/soc/soc_soc.yaml index c5f96894d..d4e908637 100644 --- a/salt/soc/soc_soc.yaml +++ b/salt/soc/soc_soc.yaml @@ -761,7 +761,7 @@ soc: required: True - field: origin label: Country of Origin for the Model Training - required: false + required: False - field: contextLimitSmall label: Context Limit (Small) forcedType: int @@ -779,6 +779,10 @@ soc: - field: enabled label: Enabled forcedType: bool + - field: charsPerTokenEstimate + label: Characters per Token Estimate + forcedType: float + required: False 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. global: True