{% extends "base.html" %} {% block content %}
User Info

Username: {{ user.username }}

Email: {{ user.email }}

Joined: {{ user.created_at.strftime('%Y-%m-%d') }}

Back to Chat

Settings

General Settings

Warning: Disabling these safety features may result in the AI generating potentially unsafe, unethical, or harmful content. Use with caution.

Model Settings

Select the AI model to use for generating responses

Advanced Settings

Advanced settings in JSON format
Example:
{
  "max_tokens": 100,
  "temperature": 0.7,
  "top_p": 0.9,
  "network_access": false
}

Model Management

Download Model

Enter the name of the model to download
Enter your HuggingFace token if accessing private models

Clone and Modify Model

Enter a name for the cloned model
Enter modifications as JSON (advanced users only)
{% endblock %}