Moonfanz commited on
Commit
16729ed
·
verified ·
1 Parent(s): 3e2a7b1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -128
README.md CHANGED
@@ -4,131 +4,4 @@ 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
 
4
  emoji: 🌍
5
  colorFrom: yellow
6
  colorTo: gray
7
+ ---