fix: start/end header tags

61ca7775d26eee965d2f5475c9086f702b56a2ea

invisietch <realechelon@proton.me>

2 files changed, +4 -4Ignore whitespace
default/content/presets/context/Llama 4 Instruct.json+1 -1
@@ -1,5 +1,5 @@
11{
22 "story_string": "<|start_header_idheader_start|>system<|end_header_idheader_end|>\n\n{{#if system}}{{system}}\n{{/if}}{{#if wiBefore}}{{wiBefore}}\n{{/if}}{{#if description}}{{description}}\n{{/if}}{{#if personality}}{{char}}'s personality: {{personality}}\n{{/if}}{{#if scenario}}Scenario: {{scenario}}\n{{/if}}{{#if wiAfter}}{{wiAfter}}\n{{/if}}{{#if persona}}{{persona}}\n{{/if}}{{trim}}<|eot|>",
33 "example_separator": "",
44 "chat_start": "",
55 "use_stop_strings": false,
default/content/presets/instruct/Llama 4 Instruct.json+3 -3
@@ -1,8 +1,8 @@
11{
22 "input_sequence": "<|start_header_idheader_start|>user<|end_header_idheader_end|>\n\n",
33 "output_sequence": "<|start_header_idheader_start|>assistant<|end_header_idheader_end|>\n\n",
44 "last_output_sequence": "",
55 "system_sequence": "<|start_header_idheader_start|>system<|end_header_idheader_end|>\n\n",
66 "stop_sequence": "<|eot|>",
77 "wrap": false,
88 "macro": true,