Skip to content

Commit 6c7fe27

Browse files
committed
remove double-spacing
1 parent 03a0287 commit 6c7fe27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llama/generation.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class ChatPrediction(TypedDict, total=False):
4444
B_INST, E_INST = "[INST]", "[/INST]"
4545
B_SYS, E_SYS = "<<SYS>>\n", "\n<</SYS>>\n\n"
4646
DEFAULT_SYSTEM_PROMPT = """\
47-
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.
47+
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.
4848
4949
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."""
5050

0 commit comments

Comments
 (0)