1.19 version bump and polish

This commit is contained in:
Henk
2022-09-25 17:00:33 +02:00
parent ba85ae4527
commit 465c1fd64d
3 changed files with 50 additions and 39 deletions

View File

@ -241,17 +241,6 @@ gensettingstf = [
"default": 0,
"tooltip": "Causes generation to be fully deterministic -- the model will always output the same thing as long as your story, settings and RNG seed are the same. If this is off, only the sequence of outputs that the model makes will be deterministic."
},
{
"uitype": "toggle",
"unit": "bool",
"label": "Debug",
"id": "debug",
"min": 0,
"max": 1,
"step": 1,
"default": 0,
"tooltip": "Show debug info"
},
{
"uitype": "toggle",
"unit": "bool",
@ -285,6 +274,17 @@ gensettingstf = [
"default": 0,
"tooltip": "Shows token usage when typing in relevant text boxes. <b>May lag slower devices.</b>"
},
{
"uitype": "toggle",
"unit": "bool",
"label": "Debug",
"id": "debug",
"min": 0,
"max": 1,
"step": 1,
"default": 0,
"tooltip": "Show debug info"
},
]
gensettingsik =[{