文章编写系统
未配置
Prompt模板
模型配置
搜索配置
分类管理
标签管理
新建主题
分类
清除
全部
{% for c in categories %}
{{c.name}}
{% endfor %}
标签
清除
{% for t in tags %}
{{t.name}}
{% endfor %} {% if not tags %}
暂无标签
{% endif %}
{% if topics %}
{% for t in topics %}
{{t.name}}
{% if t.description %}
{{t.description}}
{% endif %} {% if t.categories %}
{% for c in t.categories %}
{{c.name}}
{% endfor %}
{% endif %} {% if t.tags %}
{% for tg in t.tags %}
{{tg.name}}
{% endfor %}
{% endif %}
{{t.mat_count}} 素材
{{t.updated_at}}
{% endfor %}
{% else %}
还没有主题
点击右上角「新建主题」开始吧
{% endif %}
新建主题
主题名称 *
主题说明
核心思路
简洁概括核心思路与风格要求,AI分析和生成文章时会参考此内容
分类(可多选)
点击选择所属分类
标签
添加
生成Prompt
-- 选择Prompt模板 --
自定义输入
选择模板自动填充,也可手动编辑
分类管理
添加
标签管理
添加
大模型接口配置
API 地址
兼容 OpenAI 格式的接口地址
API Key
模型名称
配置保存后立即生效,所有主题生成文章时使用此配置。
搜索接口配置
搜索服务
Tavily Search
当前仅支持 Tavily Search,后续可扩展更多搜索服务
API Key
配置保存后,在各主题页面可使用搜索功能搜集素材。
获取 Tavily API Key:
tavily.com
Prompt模板管理
模板名称
Prompt内容
添加模板