Skip to content

Commit

Permalink
deepseek system prompt fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jstzwj committed Dec 28, 2023
1 parent 00281b8 commit d19850d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chatproto/conversation/models/deepseek.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
name="deepseek",
roles=("User", "Assistant"),
sep_style=SeparatorStyle.ADD_COLON_TWO,
system_template="<|begin▁of▁sentence|>{system_message}\n",
system_template="{system_message}\n",
sep="\n\n",
sep2="<|end▁of▁sentence|>",
stop_str="<|end▁of▁sentence|>",
Expand Down

0 comments on commit d19850d

Please sign in to comment.