Skip to content

Commit

Permalink
remove double-spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
ruanslv committed Jul 19, 2023
1 parent 03a0287 commit 6c7fe27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llama/generation.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class ChatPrediction(TypedDict, total=False):
B_INST, E_INST = "[INST]", "[/INST]"
B_SYS, E_SYS = "<<SYS>>\n", "\n<</SYS>>\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."""

Expand Down

1 comment on commit 6c7fe27

@quocle1591
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yub

Please sign in to comment.