{# Models: the transcription defaults, the checkpoint inventory and the picker. The page reads the service's own values (the built-in checkpoint, the resolved directory, what is on disk); the one write is a user-triggered download of a chosen size, which reuses the pinned, checksum-verified fetch a normal run performs. The wrapper is the htmx target so the section heading survives. #}
{{ tr("Default model") }} {{ default_model }} {{ tr("the built-in checkpoint") }}
{{ tr("Default language") }} {{ default_language }} {{ tr("detected from the tape") }}
{{ tr("Model directory") }} {{ models_dir }}
{{ tr("Config file") }} {{ config_path }}

{{ tr("Available checkpoints") }}

{{ tr("Downloading a size puts that checkpoint on disk. --auto uses the largest checkpoint already on disk that fits this machine; a specific size is forced per run. Downloads are verified against a pinned checksum.") }}

{% if error %} {% endif %}

{{ tr("Models present") }}

{% if models_present %} {% else %}
{{ tr("No ggml checkpoints in the models directory.") }}
{% endif %}

{{ tr("Built-in profiles") }}

{{ tr("These are the defaults a run uses when it sets nothing. Edit {path} or set them per run to change them.", path=config_path) }}