From aca7a4c725ec772eeb3c13165f7d7192536dfc0a Mon Sep 17 00:00:00 2001 From: A-Cepheus <60658915+A-Cepheus@users.noreply.github.com> Date: Wed, 24 Apr 2024 17:33:11 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat:=20=E8=B0=83=E6=95=B4=E7=B3=BB?= =?UTF-8?q?=E7=BB=9F=E6=8F=90=E7=A4=BA=E8=AF=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/constant.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/constant.ts b/app/constant.ts index 26cce5e9f..edc739db6 100644 --- a/app/constant.ts +++ b/app/constant.ts @@ -118,6 +118,8 @@ Current model: {{model}} Current time: {{time}} Latex inline: \\(x^2\\) Latex block: $$e=mc^2$$ +Please respond to the user using the language they input, ensuring the language is elegant and fluent. +If you don't know the answer to a question, please don't share false information. `; export const SUMMARIZE_MODEL = "gpt-3.5-turbo";