Sukino
commited on
Commit
·
1277a94
1
Parent(s):
f2528a3
Added Deepseek instruct template for Game Master Mode
Browse files
Text Completion Presets/Game Master Mode/Instruct for Deepseek.json
ADDED
@@ -0,0 +1,39 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"instruct": {
|
3 |
+
"input_sequence": "<|User|>",
|
4 |
+
"input_suffix": "",
|
5 |
+
"output_sequence": "<|Assistant|>",
|
6 |
+
"output_suffix": "<|end▁of▁sentence|>",
|
7 |
+
"system_sequence": "",
|
8 |
+
"system_suffix": "",
|
9 |
+
"last_system_sequence": "",
|
10 |
+
"first_output_sequence": "",
|
11 |
+
"last_output_sequence": "",
|
12 |
+
"system_sequence_prefix": "",
|
13 |
+
"system_sequence_suffix": "",
|
14 |
+
"stop_sequence": "",
|
15 |
+
"wrap": false,
|
16 |
+
"macro": true,
|
17 |
+
"names_behavior": "none",
|
18 |
+
"activation_regex": "",
|
19 |
+
"user_alignment_message": "Create a scenario in which our characters naturally intersect, allowing their distinct characteristics to shine through their interaction. The simulation starts now.",
|
20 |
+
"system_same_as_user": true,
|
21 |
+
"first_input_sequence": "",
|
22 |
+
"last_input_sequence": "",
|
23 |
+
"names_force_groups": true,
|
24 |
+
"skip_examples": false,
|
25 |
+
"name": "Sukino - Game Master Mode for Deepseek"
|
26 |
+
},
|
27 |
+
"context": {
|
28 |
+
"story_string": "{{#if system}}{{system}}{{/if}}<Lore>\n{{#if wiBefore}}{{wiBefore}}\n{{/if}}{{#if scenario}}{{scenario}}\n{{/if}}{{#if description}}{{description}}\n{{/if}}{{#if personality}}{{personality}}\n{{/if}}{{#if persona}}{{persona}}\n{{/if}}{{#if wiAfter}}{{wiAfter}}\n{{/if}}</Lore><|Assistant|>Understood. I will simulate what happens next around {{user}}, within the lore and following all rules.{{#if mesExamples}}<|User|>Write excerpts that demonstrate your narration style and interpretation of your characters. It is not part of the main story.{{/if}}",
|
29 |
+
"example_separator": "",
|
30 |
+
"chat_start": "",
|
31 |
+
"use_stop_strings": false,
|
32 |
+
"allow_jailbreak": true,
|
33 |
+
"names_as_stop_strings": false,
|
34 |
+
"always_force_name2": true,
|
35 |
+
"trim_sentences": false,
|
36 |
+
"single_line": false,
|
37 |
+
"name": "Sukino - Game Master Mode for Deepseek"
|
38 |
+
}
|
39 |
+
}
|