{% extends "base.html" %} {% block title %}{{ t('chat.title') }}{% endblock %} {% block head %} {% endblock %} {% block content %}

{{ t('login.login.label_api_key') }}

{{ t('chat.api_key_prompt') }}

AI2Apps AI2Apps

{{ t('chat.welcome_heading') }}

{{ t('chat.welcome_description') }}

{{ t('chat.welcome_privacy') }}
·

{{ t('chat.chat_settings') }}

{{ t('chat.chat_history_label') }}

{{ t('chat.keyboard_shortcuts') }}

{{ t('chat.shortcut_send') }} Enter
{{ t('chat.shortcut_newline') }} Shift + Enter
{{ t('chat.shortcut_stop') }} Esc
{{ t('chat.shortcut_help') }} ?
{% endblock %} {% block scripts %} {% endblock %}