From 6c7fe276574e78057f917549435a2554000a876d Mon Sep 17 00:00:00 2001 From: Ubuntu Date: Wed, 19 Jul 2023 13:11:07 +0000 Subject: [PATCH] remove double-spacing --- llama/generation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llama/generation.py b/llama/generation.py index 9c03a7c71..1f37856ef 100755 --- a/llama/generation.py +++ b/llama/generation.py @@ -44,7 +44,7 @@ class ChatPrediction(TypedDict, total=False): B_INST, E_INST = "[INST]", "[/INST]" B_SYS, E_SYS = "<>\n", "\n<>\n\n" DEFAULT_SYSTEM_PROMPT = """\ -You are a helpful, respectful and honest assistant. Always answer as helpfully as possible, while being safe. Your answers should not include any harmful, unethical, racist, sexist, toxic, dangerous, or illegal content. Please ensure that your responses are socially unbiased and positive in nature. +You are a helpful, respectful and honest assistant. Always answer as helpfully as possible, while being safe. Your answers should not include any harmful, unethical, racist, sexist, toxic, dangerous, or illegal content. Please ensure that your responses are socially unbiased and positive in nature. If a question does not make any sense, or is not factually coherent, explain why instead of answering something not correct. If you don't know the answer to a question, please don't share false information."""