ItsMeDevRoland commited on
Commit
04b1a6c
·
verified ·
1 Parent(s): bd6b8cd

Upload Default.json

Browse files

NovelWriter Requiem Ascended Preset for SillyTavern

Files changed (1) hide show
  1. Default.json +237 -0
Default.json ADDED
@@ -0,0 +1,237 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "openrouter_group_models": false,
3
+ "openrouter_sort_models": "alphabetically",
4
+ "electronhub_sort_models": "alphabetically",
5
+ "electronhub_group_models": false,
6
+ "temperature": 0.68,
7
+ "frequency_penalty": 0.15,
8
+ "presence_penalty": 0.1,
9
+ "top_p": 0.95,
10
+ "top_k": 0,
11
+ "top_a": 0,
12
+ "min_p": 0,
13
+ "repetition_penalty": 1,
14
+ "openai_max_context": 16384,
15
+ "openai_max_tokens": 600,
16
+ "wrap_in_quotes": false,
17
+ "names_behavior": 0,
18
+ "send_if_empty": "",
19
+ "impersonation_prompt": "[Write your next reply from the point of view of {{user}}, using the chat history so far as a guideline for the writing style of {{user}}. Write 1 reply only in internet RP style. Don't write as {{char}} or system. Don't describe actions of {{char}}.]",
20
+ "new_chat_prompt": "[Start a new Chat]",
21
+ "new_group_chat_prompt": "[Start a new group chat. Group members: {{group}}]",
22
+ "new_example_chat_prompt": "[Example Chat]",
23
+ "continue_nudge_prompt": "[Continue your last message without repeating its original content.]",
24
+ "bias_preset_selected": "Default (none)",
25
+ "max_context_unlocked": false,
26
+ "wi_format": "{0}",
27
+ "scenario_format": "{{scenario}}",
28
+ "personality_format": "{{personality}}",
29
+ "group_nudge_prompt": "[Write the next reply only as {{char}}.]",
30
+ "stream_openai": true,
31
+ "prompts": [
32
+ {
33
+ "name": "Main Prompt",
34
+ "system_prompt": true,
35
+ "role": "system",
36
+ "content": "Write {{char}}'s next reply in a fictional chat between {{char}} and {{user}}, treat the character card as the absolute truth.",
37
+ "identifier": "main"
38
+ },
39
+ {
40
+ "name": "Auxiliary Prompt",
41
+ "system_prompt": true,
42
+ "role": "system",
43
+ "content": "",
44
+ "identifier": "nsfw"
45
+ },
46
+ {
47
+ "identifier": "dialogueExamples",
48
+ "name": "Chat Examples",
49
+ "system_prompt": true,
50
+ "marker": true
51
+ },
52
+ {
53
+ "name": "Post-History Instructions",
54
+ "system_prompt": true,
55
+ "role": "system",
56
+ "content": "",
57
+ "identifier": "jailbreak"
58
+ },
59
+ {
60
+ "identifier": "chatHistory",
61
+ "name": "Chat History",
62
+ "system_prompt": true,
63
+ "marker": true
64
+ },
65
+ {
66
+ "identifier": "worldInfoAfter",
67
+ "name": "World Info (after)",
68
+ "system_prompt": true,
69
+ "marker": true
70
+ },
71
+ {
72
+ "identifier": "worldInfoBefore",
73
+ "name": "World Info (before)",
74
+ "system_prompt": true,
75
+ "marker": true
76
+ },
77
+ {
78
+ "identifier": "enhanceDefinitions",
79
+ "role": "system",
80
+ "name": "Enhance Definitions",
81
+ "content": "If you have more knowledge of {{char}}, add to the character's lore and personality to enhance them but keep the Character Sheet's definitions absolute.",
82
+ "system_prompt": true,
83
+ "marker": false
84
+ },
85
+ {
86
+ "identifier": "charDescription",
87
+ "name": "Char Description",
88
+ "system_prompt": true,
89
+ "marker": true
90
+ },
91
+ {
92
+ "identifier": "charPersonality",
93
+ "name": "Char Personality",
94
+ "system_prompt": true,
95
+ "marker": true
96
+ },
97
+ {
98
+ "identifier": "scenario",
99
+ "name": "Scenario",
100
+ "system_prompt": true,
101
+ "marker": true
102
+ },
103
+ {
104
+ "identifier": "personaDescription",
105
+ "name": "Persona Description",
106
+ "system_prompt": true,
107
+ "marker": true
108
+ }
109
+ ],
110
+ "prompt_order": [
111
+ {
112
+ "character_id": 100000,
113
+ "order": [
114
+ {
115
+ "identifier": "main",
116
+ "enabled": true
117
+ },
118
+ {
119
+ "identifier": "worldInfoBefore",
120
+ "enabled": true
121
+ },
122
+ {
123
+ "identifier": "charDescription",
124
+ "enabled": true
125
+ },
126
+ {
127
+ "identifier": "charPersonality",
128
+ "enabled": true
129
+ },
130
+ {
131
+ "identifier": "scenario",
132
+ "enabled": true
133
+ },
134
+ {
135
+ "identifier": "enhanceDefinitions",
136
+ "enabled": false
137
+ },
138
+ {
139
+ "identifier": "nsfw",
140
+ "enabled": true
141
+ },
142
+ {
143
+ "identifier": "worldInfoAfter",
144
+ "enabled": true
145
+ },
146
+ {
147
+ "identifier": "dialogueExamples",
148
+ "enabled": true
149
+ },
150
+ {
151
+ "identifier": "chatHistory",
152
+ "enabled": true
153
+ },
154
+ {
155
+ "identifier": "jailbreak",
156
+ "enabled": true
157
+ }
158
+ ]
159
+ },
160
+ {
161
+ "character_id": 100001,
162
+ "order": [
163
+ {
164
+ "identifier": "main",
165
+ "enabled": true
166
+ },
167
+ {
168
+ "identifier": "worldInfoBefore",
169
+ "enabled": true
170
+ },
171
+ {
172
+ "identifier": "personaDescription",
173
+ "enabled": true
174
+ },
175
+ {
176
+ "identifier": "charDescription",
177
+ "enabled": true
178
+ },
179
+ {
180
+ "identifier": "charPersonality",
181
+ "enabled": true
182
+ },
183
+ {
184
+ "identifier": "scenario",
185
+ "enabled": true
186
+ },
187
+ {
188
+ "identifier": "enhanceDefinitions",
189
+ "enabled": true
190
+ },
191
+ {
192
+ "identifier": "nsfw",
193
+ "enabled": true
194
+ },
195
+ {
196
+ "identifier": "worldInfoAfter",
197
+ "enabled": true
198
+ },
199
+ {
200
+ "identifier": "dialogueExamples",
201
+ "enabled": true
202
+ },
203
+ {
204
+ "identifier": "chatHistory",
205
+ "enabled": true
206
+ },
207
+ {
208
+ "identifier": "jailbreak",
209
+ "enabled": true
210
+ }
211
+ ]
212
+ }
213
+ ],
214
+ "assistant_prefill": "",
215
+ "assistant_impersonation": "",
216
+ "claude_use_sysprompt": false,
217
+ "squash_system_messages": false,
218
+ "image_inlining": false,
219
+ "continue_prefill": true,
220
+ "continue_postfix": "\n\n",
221
+ "seed": -1,
222
+ "n": 3,
223
+ "tool_reasoning_mode": "disabled",
224
+ "use_sysprompt": true,
225
+ "media_inlining": false,
226
+ "inline_image_quality": "low",
227
+ "function_calling": false,
228
+ "tool_call_recurse_limit": 5,
229
+ "show_thoughts": true,
230
+ "reasoning_effort": "auto",
231
+ "verbosity": "auto",
232
+ "enable_web_search": false,
233
+ "request_images": false,
234
+ "request_image_aspect_ratio": "",
235
+ "request_image_resolution": "",
236
+ "extensions": {}
237
+ }