{% extends "admin/base.html" %} {% block admin_content %}
Manage Models
TTS Models
{% for model in tts_models %} {% endfor %}
ID Name ELO Score Matches Active Open Source Actions
{{ model.id }} {{ model.name }} {{ model.current_elo|int }} {{ model.match_count }} {{ "Yes" if model.is_active else "No" }} {{ "Yes" if model.is_open else "No" }} Edit
{#
#} {#
#} {#
Conversational Models
#} {#
#} {#
#} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {# {% for model in conversational_models %}#} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {# #} {# {% endfor %}#} {# #} {#
IDNameELO ScoreMatchesActiveOpen SourceActions
{{ model.id }}{{ model.name }}{{ model.current_elo|int }}{{ model.match_count }}{{ "Yes" if model.is_active else "No" }}{{ "Yes" if model.is_open else "No" }}#} {# Edit#} {#
#} {#
#} {#
#} {% endblock %}