{% extends 'base.html' %} {% block title %}导入 AI 导师 - {{ get_app_name() }}{% endblock %} {% block content %}

导入 AI 导师模板

{% with messages = get_flashed_messages(with_categories=true) %} {% for category, message in messages %}
{{ message }}
{% endfor %} {% endwith %}

从其他老师分享的 JSON 模板中导入。模板包含助学的标题、系统提示词、欢迎语和各项配置,**不包含** API Key、对话历史和附件(这些由你自己重新配置)。

— 或 —
取消
安全说明: 导入的模板仅包含配置,不会窃取你的 API Key。导入后请检查系统提示词内容是否合适,并在「个人设置」配置好对应的模型 Key。
{% endblock %}