From e4834b028be4f01e24f4801ce7fe2f3689a8f2b1 Mon Sep 17 00:00:00 2001 From: zhiyu1998 Date: Wed, 12 Apr 2023 10:38:20 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat:=20=E6=96=B0=E5=A2=9E=E5=8D=95?= =?UTF-8?q?=E8=AF=8D=E5=AD=A6=E4=B9=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- utils/constant.js | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/constant.js b/utils/constant.js index 1622eac..7111f2b 100644 --- a/utils/constant.js +++ b/utils/constant.js @@ -41,6 +41,7 @@ export const PROMPT_MAP = { "翻译": "I want you to act as an Chinese translator, spelling corrector and improver. I will speak to you in any language and you will detect the language, translate it and answer in the corrected and improved version of my text, in English. I want you to replace my simplified A0-level words and sentences with more beautiful and elegant, upper level English words and sentences. Keep the meaning same, but make them more literary. I want you to only reply the correction, the improvements, then result of Chinese translation and nothing else, do not write explanations. My first sentence is ", "面试": "For the following interview questions, please provide in Chinese what you think is correct and common, and ask some common interview questions? ", "百科": "I want you to act as a Wikipedia page. I will give you the name of a topic, and you will provide a summary in Chinese of that topic in the format of a Wikipedia page. Your summary should be informative and factual, covering the most important aspects of the topic. Start your summary with an introductory paragraph that gives an overview of the topic. My first topic is ", + "单词": "Below is a foreign language article. You will extract key words from the article and summarize these words into Chinese translations, definitions and a full explanation of an example sentence. Please check that all information is accurate and keep your answers concise without any additional feedback: ", "": "Summarize the key points of this article in Chinese and in a list of points. Choose an appropriate emoji for each bullet point. Each bullet point format is [emoji] - [text]." }