From 73c86ee6a0e16f4675489477a2e359b2733834ba Mon Sep 17 00:00:00 2001 From: takatost Date: Fri, 1 Sep 2023 14:55:58 +0800 Subject: [PATCH] fix: prompt of title generation (#1084) --- api/core/prompt/prompts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/core/prompt/prompts.py b/api/core/prompt/prompts.py index b393dd47f7..ca857d4dd7 100644 --- a/api/core/prompt/prompts.py +++ b/api/core/prompt/prompts.py @@ -1,6 +1,6 @@ # Written by YORKI MINAKOšŸ¤” CONVERSATION_TITLE_PROMPT = """You need to decompose the user's input into "subject" and "intention" in order to accurately figure out what the user's input language actually is. -Notice: the language type user use could be diverse, which can be English, Chinese, EspaƱol, Arabic, Japanese, Franch, and etc. +Notice: the language type user use could be diverse, which can be English, Chinese, EspaƱol, Arabic, Japanese, French, and etc. MAKE SURE your output is the SAME language as the user's input! Your output is restricted only to: (Input language) Intention + Subject(short as possible) Your output MUST be a valid JSON.