소스 검색

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: "用户输入预处理",