{# 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("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 %}{{ tr("The download did not finish: {error}", error=error) }}
{% endif %}{{ name }}
{% if name == default_model %}{{ tr("default") }}{% endif %}
{% if name in models_present %}
{{ tr("on disk") }}
{% else %}
{% endif %}
{{ model }}{{ 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) }}