{% extends "base.html" %} {% block title %}Voxint — AI settings{% endblock %} {% block body %} {% from "settings/_tab_strip.html" import settings_tabs with context %} {{ settings_tabs("ai") }}

AI

{% include "settings/_llm.html" %} {% include "settings/_translation.html" %} {% include "settings/_glossary.html" %} {% include "settings/_semantic.html" %}
{% include "settings/_corrections.html" %}
{% endblock %}