From 46ca93ff52c199034f9023fa6bea93fe5f4e8452 Mon Sep 17 00:00:00 2001 From: andzejsp Date: Sat, 15 Apr 2023 00:01:04 +0300 Subject: [PATCH] returned what has been taken --- personalities/gpt4all_chatbot.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/personalities/gpt4all_chatbot.yaml b/personalities/gpt4all_chatbot.yaml index b42afa06..195461c5 100644 --- a/personalities/gpt4all_chatbot.yaml +++ b/personalities/gpt4all_chatbot.yaml @@ -27,10 +27,10 @@ personality_conditionning: | welcome_message: "Welcome! I am GPT4All A free and open discussion AI. What can I do for you today?" # This prefix is added at the beginning of any message input by the user -message_prefix: "\nuser:" +message_prefix: "\nuser: " # This suffix is added at the end of any message input by the user -message_suffix: "\ngpt4all:" +message_suffix: "\ngpt4all: " # Here is the list of extensions this personality requires dependencies: []