{% extends "base.html" %} {% block title %}Settings · MarkAI{% endblock %} {% block content %}

Settings

Your account and the providers for the upcoming "Resolve with AI" feature.

Account

Signed in as {{ g.user['email'] }}

Change password

Your current password is required. Forgot it? Run markai reset-password in a terminal on this machine.

AI providers

{% for p in providers %}
{{ p['name'] }} {{ p['kind'] }} {% if p['model'] %}· {{ p['model'] }}{% endif %}
{% else %}
No providers configured yet.
{% endfor %}

Add a provider

{% endblock %} {% block scripts %} {% endblock %}