Skip to content

Commit

Permalink
Update sharegpt.py
Browse files Browse the repository at this point in the history
  • Loading branch information
nunonmg authored Sep 24, 2024
1 parent ddd13d6 commit d4aa816
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/axolotl/prompt_strategies/sharegpt.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def register_chatml_template(system_message=None):


def register_llama3_template(system_message=None):
system_message = system_message or "You are a helpful assistant."
system_message = system_message or ""
register_conv_template(
Conversation(
name="llama3",
Expand Down

0 comments on commit d4aa816

Please sign in to comment.