Working options.

This commit is contained in:
ebolam
2022-06-26 16:36:07 -04:00
parent 4c357abd78
commit b906742f61
9 changed files with 339 additions and 296 deletions

View File

@@ -319,7 +319,19 @@ gensettingstf = [
"menu_path": "user",
"classname": "user",
"name": "debug"
}
},
{
"uitype": "dropdown",
"unit": "text",
"label": "Story Mode",
"id": "actionmode",
"default": 0,
"tooltip": "Choose the mode of KoboldAI",
"menu_path": "Story",
"classname": "story",
"name": "actionmode",
'children': [{'text': 'Story', 'value': 0}, {'text':'Adventure','value':1}, {'text':'Chat', 'value':2}]
}
]
gensettingsik =[{