Skip to content

Commit

Permalink
Update fastchat_conversation_turns.py
Browse files Browse the repository at this point in the history
seperated -> separated
  • Loading branch information
eltociear authored Feb 15, 2024
1 parent 5a5d474 commit 0fbe01d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/axolotl/monkeypatch/fastchat_conversation_turns.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def get_turns( # pylint: disable=too-many-return-statements
if self.system_message:
contains_sys_msg = True
if self.messages:
# There is no clear guidance on how to handle system messages in Mistral so we just prepend it to the first human instruction seperated by a newline
# There is no clear guidance on how to handle system messages in Mistral so we just prepend it to the first human instruction separated by a newline
first_role, first_msg = self.messages[0]
if first_role == self.roles[0]:
system_prompt = self.system_template.format(
Expand Down

0 comments on commit 0fbe01d

Please sign in to comment.