diff --git a/src/components/common/settings/AIConfigTab.vue b/src/components/common/settings/AIConfigTab.vue
index 1ac74d14..1aba28ee 100644
--- a/src/components/common/settings/AIConfigTab.vue
+++ b/src/components/common/settings/AIConfigTab.vue
@@ -138,8 +138,8 @@ onMounted(() => {
- 强烈建议配置本地模型,分析聊天记录更加安全,个人实测3B小模型也能满足分析需求,而且可以无限量分析,本地模型部署参考教程
- 使用Parallax配置本地模型
+ 强烈建议配置本地模型,分析聊天记录更加安全,个人实测8B小模型也能满足分析需求,而且可以无限量分析,本地模型部署参考
+ GradientHQ/parallax
diff --git a/src/config/prompts.ts b/src/config/prompts.ts
index d4446a06..bf7025a8 100644
--- a/src/config/prompts.ts
+++ b/src/config/prompts.ts
@@ -17,9 +17,9 @@ import type { PromptPreset } from '@/types/chat'
export const DEFAULT_GROUP_PRESET_ID = 'builtin-group-default'
/** 默认私聊预设ID */
export const DEFAULT_PRIVATE_PRESET_ID = 'builtin-private-default'
-/** 赛博判官群聊预设ID */
+/** 玩梗模式群聊预设ID */
export const CYBER_JUDGE_GROUP_PRESET_ID = 'builtin-group-cyber-judge'
-/** 赛博判官私聊预设ID */
+/** 玩梗模式私聊预设ID */
export const CYBER_JUDGE_PRIVATE_PRESET_ID = 'builtin-private-cyber-judge'
/** 弱智吧群聊预设ID */
export const RUOZHI_GROUP_PRESET_ID = 'builtin-group-ruozhi'
@@ -39,7 +39,7 @@ export function getDefaultRoleDefinition(
): string {
const chatTypeDesc = chatType === 'private' ? '私聊' : '群聊'
- // 赛博判官风格
+ // 玩梗模式风格
if (style === 'cyber-judge') {
return `你是一个混迹互联网多年的"赛博判官"和"顶级嘴替"。
你的任务是基于工具提供的${chatTypeDesc}记录数据,对用户进行"降维打击"式的分析。
@@ -86,7 +86,7 @@ export function getDefaultResponseRules(
chatType: 'group' | 'private',
style: 'default' | 'cyber-judge' | 'ruozhi' = 'default'
): string {
- // 赛博判官风格
+ // 玩梗模式风格
if (style === 'cyber-judge') {
const example =
chatType === 'private'
@@ -171,10 +171,10 @@ const BUILTIN_GROUP_DEFAULT: PromptPreset = {
updatedAt: Date.now(),
}
-/** 内置群聊预设 - 赛博判官 */
+/** 内置群聊预设 - 玩梗模式 */
const BUILTIN_GROUP_CYBER_JUDGE: PromptPreset = {
id: CYBER_JUDGE_GROUP_PRESET_ID,
- name: '赛博判官',
+ name: '玩梗模式',
chatType: 'group',
roleDefinition: getDefaultRoleDefinition('group', 'cyber-judge'),
responseRules: getDefaultResponseRules('group', 'cyber-judge'),
@@ -195,10 +195,10 @@ const BUILTIN_PRIVATE_DEFAULT: PromptPreset = {
updatedAt: Date.now(),
}
-/** 内置私聊预设 - 赛博判官 */
+/** 内置私聊预设 - 玩梗模式 */
const BUILTIN_PRIVATE_CYBER_JUDGE: PromptPreset = {
id: CYBER_JUDGE_PRIVATE_PRESET_ID,
- name: '赛博判官',
+ name: '玩梗模式',
chatType: 'private',
roleDefinition: getDefaultRoleDefinition('private', 'cyber-judge'),
responseRules: getDefaultResponseRules('private', 'cyber-judge'),
@@ -207,10 +207,10 @@ const BUILTIN_PRIVATE_CYBER_JUDGE: PromptPreset = {
updatedAt: Date.now(),
}
-/** 内置群聊预设 - 弱智吧 */
+/** 内置群聊预设 - 弱智吧对话模式 */
const BUILTIN_GROUP_RUOZHI: PromptPreset = {
id: RUOZHI_GROUP_PRESET_ID,
- name: '弱智吧',
+ name: '弱智吧对话模式',
chatType: 'group',
roleDefinition: getDefaultRoleDefinition('group', 'ruozhi'),
responseRules: getDefaultResponseRules('group', 'ruozhi'),
@@ -219,10 +219,10 @@ const BUILTIN_GROUP_RUOZHI: PromptPreset = {
updatedAt: Date.now(),
}
-/** 内置私聊预设 - 弱智吧 */
+/** 内置私聊预设 - 弱智吧对话模式 */
const BUILTIN_PRIVATE_RUOZHI: PromptPreset = {
id: RUOZHI_PRIVATE_PRESET_ID,
- name: '弱智吧',
+ name: '弱智吧对话模式',
chatType: 'private',
roleDefinition: getDefaultRoleDefinition('private', 'ruozhi'),
responseRules: getDefaultResponseRules('private', 'ruozhi'),
diff --git a/src/pages/home/components/ImportTutorialModal.vue b/src/pages/home/components/ImportTutorialModal.vue
index 3d9443c1..7cbd8b05 100644
--- a/src/pages/home/components/ImportTutorialModal.vue
+++ b/src/pages/home/components/ImportTutorialModal.vue
@@ -125,7 +125,7 @@ function openExternalLink(url: string) {
-
微信
+ 微信或其他聊天应用
-
@@ -134,7 +134,7 @@ function openExternalLink(url: string) {
>
1
- 网络上工具较多,请自行找工具导出聊天记录
+ Github上有很多开源的导出工具,请自行找工具导出微信等软件的聊天记录
-