Explorar el Código

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

imldy hace 1 año
padre
commit
2930ba0457
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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: "用户输入预处理",