{# Settings → Features (issue #62): real DB-row runtime toggles for the live-read capability flags. Each control is tri-state — On / Off / use the installation (env) setting (which writes NULL so an override never permanently pins). The POST validates the effective combination server-side through the shared validate_effective_flags and re-renders with a plain-language message on a violation, writing nothing. Self-contained: renders from _settings_context. #}

Features

Turn Voxint's optional features on or off here — changes apply to your next run or job, no restart needed. “Use installation setting” follows the value configured in the environment, so you can always revert an override.

{% for error in features_errors %} {% endfor %} {% if not llm_enabled %}

LLM transcript enhancement is currently off, so the LLM name pass and run assets stay inactive even when turned on here — enable it in the LLM section below to use them.

{% endif %}
{% for flag in feature_flags %}
{{ flag.label }}

{{ flag.help }}

{% endfor %}