Spaces:
Runtime error
Runtime error
teralomaniac
commited on
Commit
•
1c602c8
1
Parent(s):
2eb4cc6
Update config.js
Browse files
config.js
CHANGED
@@ -8,7 +8,7 @@
|
|
8 |
module.exports = {
|
9 |
"Cookie": "",
|
10 |
"CookieArray": [],
|
11 |
-
"Cookiecounter":
|
12 |
"CookieIndex": 0,
|
13 |
"Ip": "0.0.0.0",
|
14 |
"Port": 7860,
|
@@ -16,7 +16,7 @@ module.exports = {
|
|
16 |
"BufferSize": 1,
|
17 |
"SystemInterval": 3,
|
18 |
"rProxy": "https://claude.ai",
|
19 |
-
"padtxt_placeholder": "
|
20 |
"PromptExperimentFirst": "",
|
21 |
"PromptExperimentNext": "",
|
22 |
"PersonalityFormat": "{{char}}'s personality: {{personality}}",
|
@@ -33,10 +33,10 @@ module.exports = {
|
|
33 |
"StripHuman": false,
|
34 |
"PassParams": false,
|
35 |
"ClearFlags": true,
|
36 |
-
"PreserveChats":
|
37 |
"LogMessages": true,
|
38 |
"FullColon": true,
|
39 |
-
"padtxt":
|
40 |
"xmlPlot": true,
|
41 |
"Superfetch": true
|
42 |
}
|
|
|
8 |
module.exports = {
|
9 |
"Cookie": "",
|
10 |
"CookieArray": [],
|
11 |
+
"Cookiecounter": 0,
|
12 |
"CookieIndex": 0,
|
13 |
"Ip": "0.0.0.0",
|
14 |
"Port": 7860,
|
|
|
16 |
"BufferSize": 1,
|
17 |
"SystemInterval": 3,
|
18 |
"rProxy": "https://claude.ai",
|
19 |
+
"padtxt_placeholder": "",
|
20 |
"PromptExperimentFirst": "",
|
21 |
"PromptExperimentNext": "",
|
22 |
"PersonalityFormat": "{{char}}'s personality: {{personality}}",
|
|
|
33 |
"StripHuman": false,
|
34 |
"PassParams": false,
|
35 |
"ClearFlags": true,
|
36 |
+
"PreserveChats": true,
|
37 |
"LogMessages": true,
|
38 |
"FullColon": true,
|
39 |
+
"padtxt": 13500,
|
40 |
"xmlPlot": true,
|
41 |
"Superfetch": true
|
42 |
}
|