zhongkaifu commited on
Commit
51ac9c2
1 Parent(s): 32d5020

Update appsettings.json

Browse files
Files changed (1) hide show
  1. appsettings.json +2 -2
appsettings.json CHANGED
@@ -16,8 +16,8 @@
16
  "AllowedHosts": "*",
17
  "Title": "中文小说续写",
18
  "Description": "输入一句或者几句话,AI帮你续写后面的故事。由于服务器处理能力有限,如遇到故事生成速度偏慢,请耐心等待。",
19
- "RepeatPenalty": 2,
20
- "ContextSize": 384,
21
  "Random": "checked",
22
  "Seq2Seq": {
23
  "CompilerOptions": "--use_fast_math",
 
16
  "AllowedHosts": "*",
17
  "Title": "中文小说续写",
18
  "Description": "输入一句或者几句话,AI帮你续写后面的故事。由于服务器处理能力有限,如遇到故事生成速度偏慢,请耐心等待。",
19
+ "TopP": 0.5,
20
+ "Temperature": 0.0,
21
  "Random": "checked",
22
  "Seq2Seq": {
23
  "CompilerOptions": "--use_fast_math",