GGUF Keys & Values{% if model_name %} – {{ model_name }}{% endif %}
File:
{{ model_path }}
· Total keys:
{{ keys_count }}
· {% if filename %}
JSON
{% else %}
JSON
{% endif %}
{% if error %}
{{ error }}
{% endif %}
{% for k, preview, full, expandable in items %}
{{ k }}
{% if expandable %}
Expand
{% endif %}
{{ preview }}
{{ full }}
{% endfor %}