{% extends 'base.html' %} {% block title %}LLM 自动分析 - 天璇{% endblock %} {% block content %}

LLM 自动分析

LLM 将自动编排工具链完成:加载 → 过滤 → 聚类 → 特征提取

{% if not llm_configured %}
⚠️ LLM 尚未配置。请先在 配置页面 设置 base_url 和 API Key。
{% endif %}
{% endblock %}