Moonfanz commited on
Commit
3e2a7b1
·
verified ·
1 Parent(s): 5a4f9f1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +133 -126
README.md CHANGED
@@ -1,127 +1,134 @@
1
- <div align="center">
2
- <a href="https://github.com/teralomaniac/clewd">
3
- <h1>Clewd</h1>
4
- <img
5
- height="120"
6
- width="120"
7
- alt="Clewd"
8
- title="Clewd"
9
- src="https://gitgud.io/ahsk/clewd/-/raw/master/media/logo.png"
10
- align="left"
11
- />
12
-
13
- </a>
14
-
15
- [原版Clewd](https://gitgud.io/ahsk/clewd)
16
-
17
- [Clewd教程(必读)](https://rentry.org/teralomaniac_clewd)
18
-
19
- Clewd修改版及教程禁止转发任何包含收费项目的群组/论坛或用于收费项目
20
- <br>
21
- <hr>
22
- <a>
23
- <img src="https://gitgud.io/ahsk/clewd/-/raw/master/media/program.png">
24
- </a>
25
- <h2><a href="https://gitgud.io/ahsk/clewd/-/blob/master/CHANGELOG.md">CHANGELOG</a></h2>
26
- </div>
27
-
28
- ## Requirements
29
-
30
- - [nodejs>=20.4.*](https://nodejs.org/en/download/current)
31
-
32
- - [git>=2.41.*](https://gitforwindows.org/)
33
-
34
- ## Defaults
35
-
36
- ### SettingName: (DEFAULT)/opt1/opt2...
37
-
38
- - `Superfetch`: (true)/false
39
- * true will use an alternate method to get past the `We are unable to serve your request` error
40
- * false won't use this method and you may get the error again
41
-
42
- - `PreventImperson`: (false)/true
43
- * true trims the bot reply immediately if he says "Human:", "Assistant:", "H:" or "A:"
44
- * making it so it doesn't hallucinate speaking as you __(chance of missing some spicy things)__
45
-
46
- - `PromptExperiments`: (true)/false
47
- * true is an alternative way to send your prompt to the AI
48
- * experiment before setting to false
49
-
50
- - `RetryRegenerate`: (false)/true
51
- * true uses the AI's own retry mechanism when you regenerate on your frontend
52
- * instead of a new conversation
53
- * experiment with it
54
-
55
- - `SystemExperiments`: (true)/false
56
- * only has any effect when `RenewAlways` is false
57
- * true alternates between Main+JB+User and JB+User
58
- * false doesn't alternate
59
-
60
- - `RenewAlways`: (true)/false
61
- * true makes a new conversation context each time
62
- * false *tries* to reutilize the same old conversation, sending only your actual last message each time, taking into consideration `SystemExperiments`
63
-
64
- - `StripAssistant`: (false)/true
65
- * true strips the "Assistant:" prefix from the last assistant message
66
- * (check your log.txt to see where it is being stripped, not the same as pre 3.0)
67
-
68
- - `StripHuman`: (false)/true
69
- * true strips the "Human:" prefix from the last human message
70
-
71
- - `AllSamples`: (false)/true
72
- * mutually exclusive with `NoSamples`
73
- * true converts all real dialogue to "sample dialogue" except the last Assistant and Human
74
- * you're "H" and the AI is "A"
75
- * whatever the AI replies with is kept (only outgoing)
76
- * [see this](https://docs.anthropic.com/claude/docs/prompt-troubleshooting-checklist#the-prompt-is-formatted-correctly) for more information
77
- - Human->H
78
- - Assistant->A
79
-
80
- - `NoSamples`: (false)/true
81
- * mutually exclusive with `AllSamples`
82
- * true converts all "sample dialogue" to real dialogue
83
- * you're "Human" and the AI is "Assistant"
84
- * whatever the AI replies with is kept (only outgoing)
85
- * [see this](https://docs.anthropic.com/claude/docs/prompt-troubleshooting-checklist#the-prompt-is-formatted-correctly) for more information
86
- - H->Human
87
- - A->Assistant
88
-
89
- - `LogMessages`: (false)/true
90
- * true logs prompt and reply to `log.txt`
91
-
92
- - `ClearFlags`: (false)/true
93
- * possibly snake-oil
94
- * clears your warnings
95
-
96
- - `PassParams`: (false)/true
97
- * true will send the temperature you set on your frontend
98
- * only values under <=1.0 >= 0.1
99
- * this could get your account banned
100
- * if clewd stops working, set to false
101
-
102
- - `PreserveChats`: (false)/true
103
- * true prevents the deletion of old chats at any point
104
-
105
-
106
-
107
- ## Examples
108
-
109
- **safe setup**
110
- > **PreventImperson**: false (higher chance of spicy stuff)
111
-
112
- > **RenewAlways**: true
113
-
114
- ---
115
-
116
- **experimental setup**
117
- > **PromptExperiments**: true
118
-
119
- > **SystemExperiments**: true
120
-
121
- > **RetryRegenerate**: true
122
-
123
- > **PreventImperson**: true
124
-
125
- > **RenewAlways**: false
126
-
 
 
 
 
 
 
 
127
  > **AllSamples**: true
 
1
+ ---
2
+ title: clewd
3
+ sdk: docker
4
+ emoji: 🌍
5
+ colorFrom: yellow
6
+ colorTo: gray
7
+ ---
8
+ <div align="center">
9
+ <a href="https://github.com/teralomaniac/clewd">
10
+ <h1>Clewd</h1>
11
+ <img
12
+ height="120"
13
+ width="120"
14
+ alt="Clewd"
15
+ title="Clewd"
16
+ src="https://gitgud.io/ahsk/clewd/-/raw/master/media/logo.png"
17
+ align="left"
18
+ />
19
+
20
+ </a>
21
+
22
+ [原版Clewd](https://gitgud.io/ahsk/clewd)
23
+
24
+ [Clewd教程(必读)](https://rentry.org/teralomaniac_clewd)
25
+
26
+ Clewd修改版及教程禁止转发任何包含收费项目的群组/论坛或用于收费项目
27
+ <br>
28
+ <hr>
29
+ <a>
30
+ <img src="https://gitgud.io/ahsk/clewd/-/raw/master/media/program.png">
31
+ </a>
32
+ <h2><a href="https://gitgud.io/ahsk/clewd/-/blob/master/CHANGELOG.md">CHANGELOG</a></h2>
33
+ </div>
34
+
35
+ ## Requirements
36
+
37
+ - [nodejs>=20.4.*](https://nodejs.org/en/download/current)
38
+
39
+ - [git>=2.41.*](https://gitforwindows.org/)
40
+
41
+ ## Defaults
42
+
43
+ ### SettingName: (DEFAULT)/opt1/opt2...
44
+
45
+ - `Superfetch`: (true)/false
46
+ * true will use an alternate method to get past the `We are unable to serve your request` error
47
+ * false won't use this method and you may get the error again
48
+
49
+ - `PreventImperson`: (false)/true
50
+ * true trims the bot reply immediately if he says "Human:", "Assistant:", "H:" or "A:"
51
+ * making it so it doesn't hallucinate speaking as you __(chance of missing some spicy things)__
52
+
53
+ - `PromptExperiments`: (true)/false
54
+ * true is an alternative way to send your prompt to the AI
55
+ * experiment before setting to false
56
+
57
+ - `RetryRegenerate`: (false)/true
58
+ * true uses the AI's own retry mechanism when you regenerate on your frontend
59
+ * instead of a new conversation
60
+ * experiment with it
61
+
62
+ - `SystemExperiments`: (true)/false
63
+ * only has any effect when `RenewAlways` is false
64
+ * true alternates between Main+JB+User and JB+User
65
+ * false doesn't alternate
66
+
67
+ - `RenewAlways`: (true)/false
68
+ * true makes a new conversation context each time
69
+ * false *tries* to reutilize the same old conversation, sending only your actual last message each time, taking into consideration `SystemExperiments`
70
+
71
+ - `StripAssistant`: (false)/true
72
+ * true strips the "Assistant:" prefix from the last assistant message
73
+ * (check your log.txt to see where it is being stripped, not the same as pre 3.0)
74
+
75
+ - `StripHuman`: (false)/true
76
+ * true strips the "Human:" prefix from the last human message
77
+
78
+ - `AllSamples`: (false)/true
79
+ * mutually exclusive with `NoSamples`
80
+ * true converts all real dialogue to "sample dialogue" except the last Assistant and Human
81
+ * you're "H" and the AI is "A"
82
+ * whatever the AI replies with is kept (only outgoing)
83
+ * [see this](https://docs.anthropic.com/claude/docs/prompt-troubleshooting-checklist#the-prompt-is-formatted-correctly) for more information
84
+ - Human->H
85
+ - Assistant->A
86
+
87
+ - `NoSamples`: (false)/true
88
+ * mutually exclusive with `AllSamples`
89
+ * true converts all "sample dialogue" to real dialogue
90
+ * you're "Human" and the AI is "Assistant"
91
+ * whatever the AI replies with is kept (only outgoing)
92
+ * [see this](https://docs.anthropic.com/claude/docs/prompt-troubleshooting-checklist#the-prompt-is-formatted-correctly) for more information
93
+ - H->Human
94
+ - A->Assistant
95
+
96
+ - `LogMessages`: (false)/true
97
+ * true logs prompt and reply to `log.txt`
98
+
99
+ - `ClearFlags`: (false)/true
100
+ * possibly snake-oil
101
+ * clears your warnings
102
+
103
+ - `PassParams`: (false)/true
104
+ * true will send the temperature you set on your frontend
105
+ * only values under <=1.0 >= 0.1
106
+ * this could get your account banned
107
+ * if clewd stops working, set to false
108
+
109
+ - `PreserveChats`: (false)/true
110
+ * true prevents the deletion of old chats at any point
111
+
112
+
113
+
114
+ ## Examples
115
+
116
+ **safe setup**
117
+ > **PreventImperson**: false (higher chance of spicy stuff)
118
+
119
+ > **RenewAlways**: true
120
+
121
+ ---
122
+
123
+ **experimental setup**
124
+ > **PromptExperiments**: true
125
+
126
+ > **SystemExperiments**: true
127
+
128
+ > **RetryRegenerate**: true
129
+
130
+ > **PreventImperson**: true
131
+
132
+ > **RenewAlways**: false
133
+
134
  > **AllSamples**: true