Spaces:
Runtime error
Runtime error
teralomaniac
commited on
Commit
•
f2fca6c
1
Parent(s):
706ee05
Update config.js
Browse files
config.js
CHANGED
@@ -8,15 +8,16 @@
|
|
8 |
module.exports = {
|
9 |
"Cookie": "",
|
10 |
"CookieArray": [],
|
11 |
-
"Cookiecounter":
|
12 |
"CookieIndex": 0,
|
13 |
"ProxyPassword": "",
|
14 |
-
"Ip": "
|
15 |
-
"Port":
|
16 |
"localtunnel": false,
|
17 |
"BufferSize": 1,
|
18 |
"SystemInterval": 3,
|
19 |
"rProxy": "",
|
|
|
20 |
"padtxt_placeholder": "",
|
21 |
"PromptExperimentFirst": "",
|
22 |
"PromptExperimentNext": "",
|
@@ -34,12 +35,12 @@ module.exports = {
|
|
34 |
"StripHuman": false,
|
35 |
"PassParams": false,
|
36 |
"ClearFlags": true,
|
37 |
-
"PreserveChats":
|
38 |
"LogMessages": true,
|
39 |
"FullColon": true,
|
40 |
"padtxt": 15000,
|
41 |
"xmlPlot": true,
|
42 |
-
"Superfetch":
|
43 |
}
|
44 |
}
|
45 |
|
|
|
8 |
module.exports = {
|
9 |
"Cookie": "",
|
10 |
"CookieArray": [],
|
11 |
+
"Cookiecounter": 1,
|
12 |
"CookieIndex": 0,
|
13 |
"ProxyPassword": "",
|
14 |
+
"Ip": "127.0.0.1",
|
15 |
+
"Port": 8444,
|
16 |
"localtunnel": false,
|
17 |
"BufferSize": 1,
|
18 |
"SystemInterval": 3,
|
19 |
"rProxy": "",
|
20 |
+
"api_rProxy": "",
|
21 |
"padtxt_placeholder": "",
|
22 |
"PromptExperimentFirst": "",
|
23 |
"PromptExperimentNext": "",
|
|
|
35 |
"StripHuman": false,
|
36 |
"PassParams": false,
|
37 |
"ClearFlags": true,
|
38 |
+
"PreserveChats": false,
|
39 |
"LogMessages": true,
|
40 |
"FullColon": true,
|
41 |
"padtxt": 15000,
|
42 |
"xmlPlot": true,
|
43 |
+
"Superfetch": false
|
44 |
}
|
45 |
}
|
46 |
|