建議服務
AI 建議服務主機
{% for h in ollama_hosts %}
{% if h.error %}
{% endfor %}
{{ h.label }}
{% if h.healthy %}執行環境正常{% else %}異常{% endif %}
{{ h.host }}{{ h.error }}
{% endif %}
{% for m in h.models %}{{ m }}{% endfor %}
{% if not h.models %}無服務資料 / 未連線{% endif %}
{% if h.unhealthy_mark %}30 秒異常標記{% endif %}
{% if h.unhealthy_mark or not h.healthy %}{% endif %}