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 @@
1{1{
2 "story_string": "<|start_header_id|>system<|end_header_id|>\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|>",2 "story_string": "<|header_start|>system<|header_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|>",
3 "example_separator": "",3 "example_separator": "",
4 "chat_start": "",4 "chat_start": "",
5 "use_stop_strings": false,5 "use_stop_strings": false,
default/content/presets/instruct/Llama 4 Instruct.json+3 -3
@@ -1,8 +1,8 @@
1{1{
2 "input_sequence": "<|start_header_id|>user<|end_header_id|>\n\n",2 "input_sequence": "<|header_start|>user<|header_end|>\n\n",
3 "output_sequence": "<|start_header_id|>assistant<|end_header_id|>\n\n",3 "output_sequence": "<|header_start|>assistant<|header_end|>\n\n",
4 "last_output_sequence": "",4 "last_output_sequence": "",
5 "system_sequence": "<|start_header_id|>system<|end_header_id|>\n\n",5 "system_sequence": "<|header_start|>system<|header_end|>\n\n",
6 "stop_sequence": "<|eot|>",6 "stop_sequence": "<|eot|>",
7 "wrap": false,7 "wrap": false,
8 "macro": true,8 "macro": true,