Your settings
Account
- Name
- {{ user.name }}
- {{ user.email }}
- Role
- {{ user.role }}
- Groups
- {% if user.groups %} {% for group in user.groups %}{{ group.name }} {% endfor %} {% else %} None {% endif %}
What you can do
{% if user.is_admin %} You are an administrator, so every permission applies. {% else %} From the instance baseline plus whatever your groups add. {% endif %}
-
{% for key, granted in can.items() %}
-
{{ icon("check" if granted else "x", "icon--sm") }}
{{ key }}
{% endfor %}
Default model
What a new chat starts with. Existing chats keep their model.
{% if models %} {% else %}No models are available to you yet.
{% endif %}Available to you
In the order an administrator arranged them.
-
{% for model in models %}
-
{{ model_avatar(model, cls="nav-item__avatar") }}{{ model.label }} {% if model.description %}{{ model.description }}{% endif %}{% for name, on in (model.capabilities_json or {}).items() %} {% if on %}{{ name }}{% endif %} {% endfor %} {% if model.pinned %}pinned{% endif %}
{% endfor %}
Theme
Saved to this browser and to your account, so it follows you.
Install as an app
Runs in its own window, without browser chrome. Everything still comes from your server — there is no offline mode beyond a page saying so.
{# Revealed by app.js only when the browser actually offers an install. Firefox and desktop Safari never do, and a button that does nothing is worse than no button. #}Only offered over HTTPS or on localhost, and not at all in some browsers. On iOS, use Share → Add to Home Screen.
Change password
Every other session is signed out when the password changes. You stay signed in here.