We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e2a346 commit 69fa183Copy full SHA for 69fa183
src/common/chat/localChat.ts
@@ -17,7 +17,7 @@ const defualtParameters = {
17
temperature: 0.7,
18
stop: [],
19
repeat_last_n: 256,
20
- repeat_penalty: 1.18,
+ repeat_penalty: 1,
21
penalize_nl: false,
22
top_k: 20,
23
top_p: 0.5,
0 commit comments