From 636e79c4388cf925ad1a3df2f2b71735d36b02ab Mon Sep 17 00:00:00 2001 From: Karl-Johan Alm Date: Wed, 22 Jan 2025 16:03:03 +0900 Subject: [PATCH] fixes --- default/content/index.json | 4 ++-- .../presets/context/{DeepSeek-R1.json => DeepSeek-V2.5.json} | 2 +- .../presets/instruct/{DeepSeek-R1.json => DeepSeek-V2.5.json} | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) rename default/content/presets/context/{DeepSeek-R1.json => DeepSeek-V2.5.json} (95%) rename default/content/presets/instruct/{DeepSeek-R1.json => DeepSeek-V2.5.json} (90%) diff --git a/default/content/index.json b/default/content/index.json index bcabafa3d..82387d0a9 100644 --- a/default/content/index.json +++ b/default/content/index.json @@ -784,11 +784,11 @@ "type": "context" }, { - "filename": "presets/instruct/DeepSeek-R1.json", + "filename": "presets/instruct/DeepSeek-V2.5.json", "type": "instruct" }, { - "filename": "presets/context/DeepSeek-R1.json", + "filename": "presets/context/DeepSeek-V2.5.json", "type": "context" } ] diff --git a/default/content/presets/context/DeepSeek-R1.json b/default/content/presets/context/DeepSeek-V2.5.json similarity index 95% rename from default/content/presets/context/DeepSeek-R1.json rename to default/content/presets/context/DeepSeek-V2.5.json index e84c66ced..49efaba59 100644 --- a/default/content/presets/context/DeepSeek-R1.json +++ b/default/content/presets/context/DeepSeek-V2.5.json @@ -7,5 +7,5 @@ "always_force_name2": true, "trim_sentences": false, "single_line": false, - "name": "DeepSeek-R1" + "name": "DeepSeek-V2.5" } diff --git a/default/content/presets/instruct/DeepSeek-R1.json b/default/content/presets/instruct/DeepSeek-V2.5.json similarity index 90% rename from default/content/presets/instruct/DeepSeek-R1.json rename to default/content/presets/instruct/DeepSeek-V2.5.json index db5e5f907..63fb45362 100644 --- a/default/content/presets/instruct/DeepSeek-R1.json +++ b/default/content/presets/instruct/DeepSeek-V2.5.json @@ -8,7 +8,7 @@ "stop_sequence": "", "wrap": false, "macro": true, - "names_behavior": "always", + "names_behavior": "force", "activation_regex": "", "skip_examples": false, "output_suffix": "<|end▁of▁sentence|>", @@ -18,5 +18,5 @@ "user_alignment_message": "", "last_system_sequence": "", "system_same_as_user": false, - "name": "DeepSeek-R1" + "name": "DeepSeek-V2.5" }