Blame Raw
Cohee · 51ad27fb · · 245 lines (7.6 KB)
2 contributors
1{
2 "chat_completion_source": "openai",
3 "openai_model": "gpt-4-turbo",
4 "claude_model": "claude-sonnet-4-5",
5 "openrouter_model": "OR_Website",
6 "openrouter_use_fallback": false,
7 "openrouter_group_models": false,
8 "openrouter_sort_models": "alphabetically",
9 "ai21_model": "jamba-large",
10 "mistralai_model": "mistral-large-latest",
11 "chutes_model": "deepseek-ai/DeepSeek-V3-0324",
12 "chutes_sort_models": "alphabetically",
13 "minimax_model": "MiniMax-M2.7",
14 "minimax_endpoint": "global",
15 "electronhub_model": "gpt-4o-mini",
16 "electronhub_sort_models": "alphabetically",
17 "electronhub_group_models": false,
18 "custom_model": "",
19 "custom_url": "",
20 "custom_include_body": "",
21 "custom_exclude_body": "",
22 "custom_include_headers": "",
23 "google_model": "gemini-2.5-pro",
24 "vertexai_model": "gemini-2.5-pro",
25 "temperature": 1,
26 "frequency_penalty": 0,
27 "presence_penalty": 0,
28 "top_p": 1,
29 "top_k": 0,
30 "top_a": 0,
31 "min_p": 0,
32 "repetition_penalty": 1,
33 "openai_max_context": 4095,
34 "openai_max_tokens": 300,
35 "names_behavior": 0,
36 "send_if_empty": "",
37 "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}}. Don't write as {{char}} or system. Don't describe actions of {{char}}.]",
38 "new_chat_prompt": "[Start a new Chat]",
39 "new_group_chat_prompt": "[Start a new group chat. Group members: {{group}}]",
40 "new_example_chat_prompt": "[Example Chat]",
41 "continue_nudge_prompt": "[Continue your last message without repeating its original content.]",
42 "bias_preset_selected": "Default (none)",
43 "reverse_proxy": "",
44 "proxy_password": "",
45 "max_context_unlocked": false,
46 "wi_format": "{0}",
47 "scenario_format": "{{scenario}}",
48 "personality_format": "{{personality}}",
49 "group_nudge_prompt": "[Write the next reply only as {{char}}.]",
50 "stream_openai": true,
51 "prompts": [
52 {
53 "name": "Main Prompt",
54 "system_prompt": true,
55 "role": "system",
56 "content": "Write {{char}}'s next reply in a fictional chat between {{char}} and {{user}}.",
57 "identifier": "main"
58 },
59 {
60 "name": "Auxiliary Prompt",
61 "system_prompt": true,
62 "role": "system",
63 "content": "",
64 "identifier": "nsfw"
65 },
66 {
67 "identifier": "dialogueExamples",
68 "name": "Chat Examples",
69 "system_prompt": true,
70 "marker": true
71 },
72 {
73 "name": "Post-History Instructions",
74 "system_prompt": true,
75 "role": "system",
76 "content": "",
77 "identifier": "jailbreak"
78 },
79 {
80 "identifier": "chatHistory",
81 "name": "Chat History",
82 "system_prompt": true,
83 "marker": true
84 },
85 {
86 "identifier": "worldInfoAfter",
87 "name": "World Info (after)",
88 "system_prompt": true,
89 "marker": true
90 },
91 {
92 "identifier": "worldInfoBefore",
93 "name": "World Info (before)",
94 "system_prompt": true,
95 "marker": true
96 },
97 {
98 "identifier": "enhanceDefinitions",
99 "role": "system",
100 "name": "Enhance Definitions",
101 "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.",
102 "system_prompt": true,
103 "marker": false
104 },
105 {
106 "identifier": "charDescription",
107 "name": "Char Description",
108 "system_prompt": true,
109 "marker": true
110 },
111 {
112 "identifier": "charPersonality",
113 "name": "Char Personality",
114 "system_prompt": true,
115 "marker": true
116 },
117 {
118 "identifier": "scenario",
119 "name": "Scenario",
120 "system_prompt": true,
121 "marker": true
122 },
123 {
124 "identifier": "personaDescription",
125 "name": "Persona Description",
126 "system_prompt": true,
127 "marker": true
128 }
129 ],
130 "prompt_order": [
131 {
132 "character_id": 100000,
133 "order": [
134 {
135 "identifier": "main",
136 "enabled": true
137 },
138 {
139 "identifier": "worldInfoBefore",
140 "enabled": true
141 },
142 {
143 "identifier": "charDescription",
144 "enabled": true
145 },
146 {
147 "identifier": "charPersonality",
148 "enabled": true
149 },
150 {
151 "identifier": "scenario",
152 "enabled": true
153 },
154 {
155 "identifier": "enhanceDefinitions",
156 "enabled": false
157 },
158 {
159 "identifier": "nsfw",
160 "enabled": true
161 },
162 {
163 "identifier": "worldInfoAfter",
164 "enabled": true
165 },
166 {
167 "identifier": "dialogueExamples",
168 "enabled": true
169 },
170 {
171 "identifier": "chatHistory",
172 "enabled": true
173 },
174 {
175 "identifier": "jailbreak",
176 "enabled": true
177 }
178 ]
179 },
180 {
181 "character_id": 100001,
182 "order": [
183 {
184 "identifier": "main",
185 "enabled": true
186 },
187 {
188 "identifier": "worldInfoBefore",
189 "enabled": true
190 },
191 {
192 "identifier": "personaDescription",
193 "enabled": true
194 },
195 {
196 "identifier": "charDescription",
197 "enabled": true
198 },
199 {
200 "identifier": "charPersonality",
201 "enabled": true
202 },
203 {
204 "identifier": "scenario",
205 "enabled": true
206 },
207 {
208 "identifier": "enhanceDefinitions",
209 "enabled": false
210 },
211 {
212 "identifier": "nsfw",
213 "enabled": true
214 },
215 {
216 "identifier": "worldInfoAfter",
217 "enabled": true
218 },
219 {
220 "identifier": "dialogueExamples",
221 "enabled": true
222 },
223 {
224 "identifier": "chatHistory",
225 "enabled": true
226 },
227 {
228 "identifier": "jailbreak",
229 "enabled": true
230 }
231 ]
232 }
233 ],
234 "show_external_models": false,
235 "assistant_prefill": "",
236 "assistant_impersonation": "",
237 "use_sysprompt": false,
238 "squash_system_messages": false,
239 "media_inlining": true,
240 "bypass_status_check": false,
241 "continue_prefill": false,
242 "continue_postfix": " ",
243 "seed": -1,
244 "n": 1
245}