{% extends 'layout.html' %} {% block content %}

配置设置

{% for key, value in config_data['Shortcuts'].items() %}
{% endfor %}

{% for key, value in config_data['GenAI'].items() %}
{% set label_class = 'form-label' %} {% if key in ['openai_token_url', 'openai_mm_url', 'openai_chat_url', 'openai_user_name', 'openai_password', 'openai_application_id', 'openai_application_name', 'head_token_key'] %} {% set label_class = label_class + ' label-dark-blue' %} {% endif %}
{% endfor %}

快捷键可视化(Todo)

{% endblock %} {% block scripts %} {% endblock %}