Spaces:
Runtime error
Runtime error
File size: 1,507 Bytes
d70d08b 2eb4cc6 f2fca6c d70d08b daae8d5 2610970 d70d08b daae8d5 f2fca6c 1c602c8 d70d08b f2fca6c d70d08b 2c205b7 d70d08b f2fca6c d70d08b |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 |
/*
* https://rentry.org/teralomaniac_clewd
* https://github.com/teralomaniac/clewd
*/
// SET YOUR COOKIE BELOW
module.exports = {
"Cookie": "",
"CookieArray": [],
"Cookiecounter": 1,
"CookieIndex": 0,
"ProxyPassword": "",
"Ip": "0.0.0.0",
"Port": 7860,
"localtunnel": false,
"BufferSize": 1,
"SystemInterval": 3,
"rProxy": "",
"api_rProxy": "",
"padtxt_placeholder": "",
"PromptExperimentFirst": "",
"PromptExperimentNext": "",
"PersonalityFormat": "{{char}}'s personality: {{personality}}",
"ScenarioFormat": "Dialogue scenario: {{scenario}}",
"Settings": {
"RenewAlways": true,
"RetryRegenerate": false,
"PromptExperiments": true,
"SystemExperiments": true,
"PreventImperson": false,
"AllSamples": false,
"NoSamples": false,
"StripAssistant": false,
"StripHuman": false,
"PassParams": false,
"ClearFlags": true,
"PreserveChats": false,
"LogMessages": true,
"FullColon": true,
"padtxt": 15000,
"xmlPlot": true,
"Superfetch": false
}
}
/*
BufferSize
* How many characters will be buffered before the AI types once
* lower = less chance of `PreventImperson` working properly
---
SystemInterval
* How many messages until `SystemExperiments alternates`
---
Other settings
* https://gitgud.io/ahsk/clewd/#defaults
* and
* https://gitgud.io/ahsk/clewd/-/blob/master/CHANGELOG.md
*/ |