ItsMeDevRoland commited on
Commit
96f93ed
·
verified ·
1 Parent(s): 743b9c5

Upload OpenEllaMedium.json

Browse files
Files changed (1) hide show
  1. OpenEllaMedium.json +235 -0
OpenEllaMedium.json ADDED
@@ -0,0 +1,235 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "temperature": 0.8,
3
+ "frequency_penalty": 0.2,
4
+ "presence_penalty": 0.1,
5
+ "top_p": 0.9,
6
+ "top_k": 0,
7
+ "top_a": 0,
8
+ "min_p": 0,
9
+ "repetition_penalty": 1,
10
+ "max_context_unlocked": false,
11
+ "tool_reasoning_mode": "disabled",
12
+ "openai_max_context": 16384,
13
+ "openai_max_tokens": 4096,
14
+ "names_behavior": 0,
15
+ "send_if_empty": "",
16
+ "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}}.]",
17
+ "new_chat_prompt": "[Start a new Chat]",
18
+ "new_group_chat_prompt": "[Start a new group chat. Group members: {{group}}]",
19
+ "new_example_chat_prompt": "[Example Chat]",
20
+ "continue_nudge_prompt": "[Continue your last message without repeating its original content.]",
21
+ "bias_preset_selected": "Default (none)",
22
+ "wi_format": "{0}",
23
+ "scenario_format": "{{scenario}}",
24
+ "personality_format": "{{personality}}",
25
+ "group_nudge_prompt": "[Write the next reply only as {{char}}.]",
26
+ "stream_openai": true,
27
+ "prompts": [
28
+ {
29
+ "name": "Main Prompt",
30
+ "system_prompt": true,
31
+ "role": "system",
32
+ "content": "Write {{char}}'s next reply in a fictional chat between {{char}} and {{user}}, treat the character card as the absolute truth.\n\nDO NOT CONTINUE WITHOUT THE {{user}} dragging the story! LET THE {{user}} LEAD! \n\nLET THE {{user}} TALK!\n\nDO NOT TALK FOR THE {{user}}!\n\nDO NOT OOC\n\nALWAYS MAINTAIN THE RP\n\nALWAYS TREAT THE {{user}}'s prompt as the ANCHOR of truth. MODIFY YOUR RP TO {{user}}'s prompt\n\nAVOID EXPLAINING STUFF UNRELATED TO RP... JUST ROLEPLAY WITH {{user}}, THERE SHOULD NEVER BE ANYTHING RELATED TO EXPLANATION. DO NOT INCLUDE [What \"X\" means: \"]\n\nDO NOT THINK FOR THE {{user}}, MENTION Or Control the {{user}}'s dialogue",
33
+ "identifier": "main",
34
+ "injection_position": 0,
35
+ "injection_depth": 4,
36
+ "injection_order": 100,
37
+ "injection_trigger": [],
38
+ "forbid_overrides": false
39
+ },
40
+ {
41
+ "name": "Auxiliary Prompt",
42
+ "system_prompt": true,
43
+ "role": "system",
44
+ "content": "",
45
+ "identifier": "nsfw"
46
+ },
47
+ {
48
+ "identifier": "dialogueExamples",
49
+ "name": "Chat Examples",
50
+ "system_prompt": true,
51
+ "marker": true
52
+ },
53
+ {
54
+ "name": "Post-History Instructions",
55
+ "system_prompt": true,
56
+ "role": "system",
57
+ "content": "",
58
+ "identifier": "jailbreak"
59
+ },
60
+ {
61
+ "identifier": "chatHistory",
62
+ "name": "Chat History",
63
+ "system_prompt": true,
64
+ "marker": true
65
+ },
66
+ {
67
+ "identifier": "worldInfoAfter",
68
+ "name": "World Info (after)",
69
+ "system_prompt": true,
70
+ "marker": true
71
+ },
72
+ {
73
+ "identifier": "worldInfoBefore",
74
+ "name": "World Info (before)",
75
+ "system_prompt": true,
76
+ "marker": true
77
+ },
78
+ {
79
+ "identifier": "enhanceDefinitions",
80
+ "role": "system",
81
+ "name": "Enhance Definitions",
82
+ "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.",
83
+ "system_prompt": true,
84
+ "marker": false
85
+ },
86
+ {
87
+ "identifier": "charDescription",
88
+ "name": "Char Description",
89
+ "system_prompt": true,
90
+ "marker": true
91
+ },
92
+ {
93
+ "identifier": "charPersonality",
94
+ "name": "Char Personality",
95
+ "system_prompt": true,
96
+ "marker": true
97
+ },
98
+ {
99
+ "identifier": "scenario",
100
+ "name": "Scenario",
101
+ "system_prompt": true,
102
+ "marker": true
103
+ },
104
+ {
105
+ "identifier": "personaDescription",
106
+ "name": "Persona Description",
107
+ "system_prompt": true,
108
+ "marker": true
109
+ }
110
+ ],
111
+ "prompt_order": [
112
+ {
113
+ "character_id": 100000,
114
+ "order": [
115
+ {
116
+ "identifier": "main",
117
+ "enabled": true
118
+ },
119
+ {
120
+ "identifier": "worldInfoBefore",
121
+ "enabled": true
122
+ },
123
+ {
124
+ "identifier": "charDescription",
125
+ "enabled": true
126
+ },
127
+ {
128
+ "identifier": "charPersonality",
129
+ "enabled": true
130
+ },
131
+ {
132
+ "identifier": "scenario",
133
+ "enabled": true
134
+ },
135
+ {
136
+ "identifier": "enhanceDefinitions",
137
+ "enabled": false
138
+ },
139
+ {
140
+ "identifier": "nsfw",
141
+ "enabled": true
142
+ },
143
+ {
144
+ "identifier": "worldInfoAfter",
145
+ "enabled": true
146
+ },
147
+ {
148
+ "identifier": "dialogueExamples",
149
+ "enabled": true
150
+ },
151
+ {
152
+ "identifier": "chatHistory",
153
+ "enabled": true
154
+ },
155
+ {
156
+ "identifier": "jailbreak",
157
+ "enabled": true
158
+ }
159
+ ]
160
+ },
161
+ {
162
+ "character_id": 100001,
163
+ "order": [
164
+ {
165
+ "identifier": "main",
166
+ "enabled": true
167
+ },
168
+ {
169
+ "identifier": "worldInfoBefore",
170
+ "enabled": true
171
+ },
172
+ {
173
+ "identifier": "personaDescription",
174
+ "enabled": true
175
+ },
176
+ {
177
+ "identifier": "charDescription",
178
+ "enabled": true
179
+ },
180
+ {
181
+ "identifier": "charPersonality",
182
+ "enabled": true
183
+ },
184
+ {
185
+ "identifier": "scenario",
186
+ "enabled": true
187
+ },
188
+ {
189
+ "identifier": "enhanceDefinitions",
190
+ "enabled": true
191
+ },
192
+ {
193
+ "identifier": "nsfw",
194
+ "enabled": true
195
+ },
196
+ {
197
+ "identifier": "worldInfoAfter",
198
+ "enabled": true
199
+ },
200
+ {
201
+ "identifier": "dialogueExamples",
202
+ "enabled": true
203
+ },
204
+ {
205
+ "identifier": "chatHistory",
206
+ "enabled": true
207
+ },
208
+ {
209
+ "identifier": "jailbreak",
210
+ "enabled": true
211
+ }
212
+ ]
213
+ }
214
+ ],
215
+ "assistant_prefill": "",
216
+ "assistant_impersonation": "",
217
+ "use_sysprompt": true,
218
+ "squash_system_messages": false,
219
+ "media_inlining": false,
220
+ "inline_image_quality": "low",
221
+ "continue_prefill": true,
222
+ "continue_postfix": "\n\n",
223
+ "function_calling": false,
224
+ "tool_call_recurse_limit": 5,
225
+ "show_thoughts": true,
226
+ "reasoning_effort": "auto",
227
+ "verbosity": "auto",
228
+ "enable_web_search": false,
229
+ "seed": -1,
230
+ "n": 1,
231
+ "request_images": false,
232
+ "request_image_aspect_ratio": "",
233
+ "request_image_resolution": "",
234
+ "extensions": {}
235
+ }