diff --git a/python/sglang/srt/conversation.py b/python/sglang/srt/conversation.py index 91aa80fd8..2280cd579 100644 --- a/python/sglang/srt/conversation.py +++ b/python/sglang/srt/conversation.py @@ -781,7 +781,7 @@ register_conv_template( Conversation( name="gemma-it", system_message="You are a helpful assistant.", - system_template="user{system_message}\n\n", + system_template="user\n{system_message}\n\n", roles=("user\n", "model\n"), sep="\n", sep_style=SeparatorStyle.GEMMA3,