diff --git a/default/content/presets/context/Llama 4 Instruct.json b/default/content/presets/context/Llama 4 Instruct.json index 463852e7a..b082aed22 100644 --- a/default/content/presets/context/Llama 4 Instruct.json +++ b/default/content/presets/context/Llama 4 Instruct.json @@ -1,5 +1,5 @@ { - "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|>", + "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|>", "example_separator": "", "chat_start": "", "use_stop_strings": false, diff --git a/default/content/presets/instruct/Llama 4 Instruct.json b/default/content/presets/instruct/Llama 4 Instruct.json index 55f0b9ee8..543fa8550 100644 --- a/default/content/presets/instruct/Llama 4 Instruct.json +++ b/default/content/presets/instruct/Llama 4 Instruct.json @@ -1,8 +1,8 @@ { - "input_sequence": "<|start_header_id|>user<|end_header_id|>\n\n", - "output_sequence": "<|start_header_id|>assistant<|end_header_id|>\n\n", + "input_sequence": "<|header_start|>user<|header_end|>\n\n", + "output_sequence": "<|header_start|>assistant<|header_end|>\n\n", "last_output_sequence": "", - "system_sequence": "<|start_header_id|>system<|end_header_id|>\n\n", + "system_sequence": "<|header_start|>system<|header_end|>\n\n", "stop_sequence": "<|eot|>", "wrap": false, "macro": true,