zhongkaifu commited on
Commit
1acd781
1 Parent(s): c55bcda

Update appsettings.json

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