{% extends "base.html" %} {% block content %} {% if test_result %}

{{ "✓ " if test_result.success else "✗ " }}{{ test_result.message }}

{% endif %}

开启后,AI 相关功能将使用下方配置连接 LLM 服务。


开启后,搜索页将显示「AI 智能搜索」按钮,通过查询词扩展增强搜索结果。

追加到 AI 搜索提示词末尾,帮助模型理解你的物品领域。留空则使用默认提示词。

{% endblock %}