MOXIE MOXIE ← Back to Chat
{{ user.username[0].upper() }}

{{ user.username }}

{{ user.email }}

{% if user.is_admin %} Admin {% endif %}
{{ rate_info.remaining }}
Requests remaining today
{{ user.request_limit }}
Daily request limit
{{ documents|length }}
Documents uploaded

Change Password

My Documents

Upload documents to use in your conversations with MOXIE.

Click to upload or drag and drop

PDF, DOC, DOCX, TXT, MD

{% for doc in documents %}
📄
{{ doc.filename }}
{{ doc.size|filesizeformat }}
{% endfor %} {% if not documents %}

No documents uploaded yet

{% endif %}

Account Information

Member since: {{ user.created_at[:10] if user.created_at else 'N/A' }}
Account type: {{ 'Administrator' if user.is_admin else 'Free (5 req/day)' }}