Skip to content

Commit 8cb1367

Browse files
authored
Merge pull request #144 from hr1z0/main
Update README.md
2 parents c8777e5 + 75e3ca8 commit 8cb1367

File tree

4 files changed

+13
-6
lines changed

4 files changed

+13
-6
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ LinuxDo Scripts 扩展,内置完善的收藏夹功能,话题列表显示创
6060
- [x] 中英文混排优化显示
6161
- [x] 新增等级信息查询
6262
- [x] 切换论坛表情风格
63-
- [x] AI 总结话题功能、智能生成回复
63+
- [x] AI 总结话题,回帖功能、智能生成回复
6464
- [x] 切换论坛主题皮肤
6565
- [x] 更多功能请查看设置列表
6666

README_EN.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ The LinuxDo Scripts extension comes with a comprehensive bookmark feature, displ
6060
- [x] Optimize the display of mixed Chinese and English text
6161
- [x] Add level information query
6262
- [x] Switch forum emoji styles
63-
- [x] AI topic summarization and intelligent reply generation
63+
- [x] AI topic summarization, reply analysis and intelligent reply generation
6464
- [x] Switch forum theme skins
6565
- [x] More features available in the settings list
6666

docs/docs/guide/3-ai/ai-summary.md

+10-3
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,21 @@ deepseek-chat # model 模型
3838

3939
特殊情况下可选择取消温度请求,比如模型为 `deepseek-reasoner`,不支持该参数。
4040

41+
## AI 总结全部回帖
42+
43+
总结所有**已加载**的主贴以及回帖,需要手动触发,不受 checkbox "是否显示手动总结按钮" 的影响,使用时请注意token消耗。
4144

4245
## 提示词 Prompt
4346

44-
1. AI 总结帖子
47+
1. AI 总结主贴
4548
> 根据以下帖子内容进行总结,请使用 markdown 格式返回回答,没有字数限制,但要求文字精炼,简介准确,语言要求返回简体中文,并且进行中英文混排优化。可以通过编号列表(1,2,3)列出核心要点。注意不要输出标题,例如:核心要点总结,帖子总结等,直接输出文本段落。
4649
47-
2. AI 生成回复:
50+
2. AI 总结全部回帖
51+
> 我会输入一论坛的主贴及所有回复,你需要输出:1.主贴总结:简要概括主贴核心内容(2-3句),2. 讨论分析:主要观点倾向和共识/分歧点,讨论氛围评估 3.代表性回复:引用几条有代表性的回复(附用户名),简述每条回复的代表性和价值 4.争议点标记:标记格式: ⚠️ [用户名]: "引用内容",简析争议原因和各方立场 5.简要评估:评估讨论的整体氛围(如:友善、学术性、对抗性等) 注意:保持客观公正,注重实质内容分析,区分事实与观点'
52+
53+
54+
3. AI 生成回复:
4855
> 根据以下帖子内容,帮我给作者写一条回复,简短,表明我的观点,用口语回复,不需要很正式。您可以通过讨论的方式进行回复,这将有助于引导其他用户或作者进行互动。
4956
50-
3. AI 生成标题:
57+
4. AI 生成标题:
5158
> 根据以下帖子内容,生成一个合适的标题用于社交论坛发布使用,格式要求:不要书名号或其他符号,只需要一句纯文本。尽量精简到 15 字以内,如果字数不够表达主题,可以适当多生成几个字。

entrypoints/components/AIConfig/GPTconfig.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<template>
22
<div>
33
<p>
4-
<a style="color: #e00" href="https://linuxdo-scripts-docs.zishu.me/guide/5-ai/ai-summary.html" target="_blank">查看
4+
<a style="color: #e00" href="https://linuxdo-scripts-docs.zishu.me/guide/3-ai/ai-summary.html" target="_blank">查看
55
AI 使用文档!</a>
66
</p>
77
<div class="item">

0 commit comments

Comments
 (0)