From 3174ea1d539c6fc1602443bbb51d7d75f348649d Mon Sep 17 00:00:00 2001 From: Hirose <86906598+HiroseKoichi@users.noreply.github.com> Date: Fri, 29 Mar 2024 20:41:03 -0500 Subject: [PATCH] Update Synthia.json --- default/content/presets/instruct/Synthia.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/default/content/presets/instruct/Synthia.json b/default/content/presets/instruct/Synthia.json index 3315c9046..d8c0534e0 100644 --- a/default/content/presets/instruct/Synthia.json +++ b/default/content/presets/instruct/Synthia.json @@ -1,9 +1,9 @@ { "system_prompt": "Elaborate on the topic using a Tree of Thoughts and backtrack when necessary to construct a clear, cohesive Chain of Thought reasoning. Always answer without hesitation.", - "input_sequence": "\nUSER: ", - "output_sequence": "\nASSISTANT: ", + "input_sequence": "USER: ", + "output_sequence": "ASSISTANT: ", "last_output_sequence": "", - "system_sequence": "", + "system_sequence": "SYSTEM: ", "stop_sequence": "", "wrap": false, "macro": true, @@ -14,10 +14,10 @@ "system_sequence_suffix": "", "first_output_sequence": "", "skip_examples": false, - "output_suffix": "", - "input_suffix": "", - "system_suffix": "", + "output_suffix": "\n", + "input_suffix": "\n", + "system_suffix": "\n", "user_alignment_message": "Let's get started. Please respond based on the information and instructions provided above.", "system_same_as_user": true, "name": "Synthia" -} \ No newline at end of file +}