fix: system prompt not the same as user prompt for L3/4

897632b583bc31195fe69754edbddec3802a69de

invisietch <realechelon@proton.me>

2 files changed, +2 -2Ignore whitespace
default/content/presets/instruct/Llama 3 Instruct.json+1 -1
@@ -16,7 +16,7 @@
1616 "input_suffix": "<|eot_id|>",
1717 "system_suffix": "<|eot_id|>",
1818 "user_alignment_message": "",
1919 "system_same_as_user": truefalse,
2020 "last_system_sequence": "",
2121 "name": "Llama 3 Instruct"
2222}
default/content/presets/instruct/Llama 4 Instruct.json+1 -1
@@ -16,7 +16,7 @@
1616 "input_suffix": "<|eot|>",
1717 "system_suffix": "<|eot|>",
1818 "user_alignment_message": "",
1919 "system_same_as_user": truefalse,
2020 "last_system_sequence": "",
2121 "name": "Llama 4 Instruct"
2222}