From 2930ba0457777319b05ea305956f86ebcc87a6a7 Mon Sep 17 00:00:00 2001 From: imldy Date: Mon, 10 Jul 2023 20:12:51 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9InjectSystemPrompts.Su?= =?UTF-8?q?bTitle=E4=BD=BF=E5=85=B6=E6=9B=B4=E7=AC=A6=E5=90=88=E7=B3=BB?= =?UTF-8?q?=E7=BB=9F=E8=A1=8C=E4=B8=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/locales/cn.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/locales/cn.ts b/app/locales/cn.ts index 59a62086..e60e468a 100644 --- a/app/locales/cn.ts +++ b/app/locales/cn.ts @@ -141,7 +141,7 @@ const cn = { }, InjectSystemPrompts: { Title: "注入系统级提示信息", - SubTitle: "强制给每次请求的消息列表开头添加一个系统级提示", + SubTitle: "强制给每次请求的消息列表开头添加一个模拟 ChatGPT 的系统提示", }, InputTemplate: { Title: "用户输入预处理",