From 558e9a9290cbc2479564a371bfb61d355f343644 Mon Sep 17 00:00:00 2001 From: John Wang Date: Sun, 21 May 2023 17:04:54 +0800 Subject: [PATCH] feat: move per prompt in human message --- api/core/completion.py | 1 - 1 file changed, 1 deletion(-) diff --git a/api/core/completion.py b/api/core/completion.py index 2183a9767b..d05d8417da 100644 --- a/api/core/completion.py +++ b/api/core/completion.py @@ -171,7 +171,6 @@ And answer according to the language of the user's question. [END CONTEXT] When answer to user: -- Incorporate the conversation history to answer the user. - If you don't know, just say that you don't know. - If you don't know when you are not sure, ask for clarification. Avoid mentioning that you obtained the information from the context.