mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Working options.
This commit is contained in:
@@ -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 =[{
|
||||
|
Reference in New Issue
Block a user