{% include 'navbar.html' %}

基础配置

{% for group_name, configs in config_groups.items() %} {% if group_name == '基础配置' %}

{% for key, config in configs.items() %}
{% include 'config_item.html' %}
{% endfor %}
{% endif %} {% endfor %}

高级配置

{% for group_name, configs in config_groups.items() %} {% if group_name != '基础配置' and group_name != '定时任务配置' %} {# 排除定时任务配置 #}

{% for key, config in configs.items() %}
{% include 'config_item.html' %}
{% endfor %}
{% endif %} {% endfor %}

嵌入API密钥,不填写则使用LLM模块配置
重排序可增强记忆力​,但是回复速度会减慢,请酌情选择
记忆检索返回的最大记忆条数,建议值:3-8
启用后请自行下载Hugging Face模型并选择其所在路径作为备用,可在API不可用时保持系统运行
使用硅基流动API时自动切换到兼容模型