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

This commit is contained in:
invisietch
2025-04-13 15:12:09 +01:00
parent 6f05c087b9
commit 897632b583
2 changed files with 2 additions and 2 deletions
@@ -16,7 +16,7 @@
"input_suffix": "<|eot_id|>",
"system_suffix": "<|eot_id|>",
"user_alignment_message": "",
"system_same_as_user": true,
"system_same_as_user": false,
"last_system_sequence": "",
"name": "Llama 3 Instruct"
}
@@ -16,7 +16,7 @@
"input_suffix": "<|eot|>",
"system_suffix": "<|eot|>",
"user_alignment_message": "",
"system_same_as_user": true,
"system_same_as_user": false,
"last_system_sequence": "",
"name": "Llama 4 Instruct"
}