瀏覽代碼

fix: 修改InjectSystemPrompts.SubTitle使其更符合系统行为

imldy 1 年之前
父節點
當前提交
2930ba0457
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/locales/cn.ts

+ 1 - 1
app/locales/cn.ts

@@ -141,7 +141,7 @@ const cn = {
     },
     InjectSystemPrompts: {
       Title: "注入系统级提示信息",
-      SubTitle: "强制给每次请求的消息列表开头添加一个系统提示",
+      SubTitle: "强制给每次请求的消息列表开头添加一个模拟 ChatGPT 的系统提示",
     },
     InputTemplate: {
       Title: "用户输入预处理",