• Home
  • Athena
  • {% if config.LOGIN_ENABLED %} {% endif %}
  • Security content
  • Videos
  • Docs
  • {% if config.LOGIN_ENABLED %}
  • Profile
  • {% endif %} {% if g.user_groups and 'CBR-Team' in g.user_groups %}
  • Dev
  • Minerva
  • {% endif %}

    {% if ('username' | current_user) %}
  • Logout
  • {% else %} {% if config.LOGIN_ENABLED %}
  • Login
  • {% endif %} {% endif %} {% if ('admin_token' | current_user) and ('impersonating' | current_user)%}

  • RESTORE ADMIN USER
  • {% endif %}
  • Chat with LLMs
  • Community (Discord)

Important Note

Don't use any private or confidential data in the chats. There is no control over what happens inside the LLM platforms used, and all chat thread content is publicly available.

{% if config.LOGIN_ENABLED %}
{% if ('username' | current_user) %}
{% endif %} {% endif %}
{% include 'includes/footer.html' %}