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.
Change password
Every other session is signed out when the password changes. You stay signed in here.