mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Added alt text gen
This commit is contained in:
@@ -383,6 +383,21 @@ gensettingstf = [
|
||||
"sub_path": "UI",
|
||||
"classname": "user",
|
||||
"name": "show_probs"
|
||||
},
|
||||
{
|
||||
"uitype": "toggle",
|
||||
"unit": "bool",
|
||||
"label": "Alt Text Generation",
|
||||
"id": "alttextgen",
|
||||
"min": 0,
|
||||
"max": 1,
|
||||
"step": 1,
|
||||
"default": 0,
|
||||
"tooltip": "Inserts world info entries behind text that first triggers them for better context with unlimited depth",
|
||||
"menu_path": "Settings",
|
||||
"sub_path": "Other",
|
||||
"classname": "system",
|
||||
"name": "alt_gen"
|
||||
}
|
||||
]
|
||||
|
||||
@@ -601,6 +616,21 @@ gensettingsik =[{
|
||||
"sub_path": "UI",
|
||||
"classname": "user",
|
||||
"name": "show_probs"
|
||||
},
|
||||
{
|
||||
"uitype": "toggle",
|
||||
"unit": "bool",
|
||||
"label": "Alt Text Generation",
|
||||
"id": "alttextgen",
|
||||
"min": 0,
|
||||
"max": 1,
|
||||
"step": 1,
|
||||
"default": 0,
|
||||
"tooltip": "Inserts world info entries behind text that first triggers them for better context with unlimited depth",
|
||||
"menu_path": "Settings",
|
||||
"sub_path": "Other",
|
||||
"classname": "system",
|
||||
"name": "alt_gen"
|
||||
}
|
||||
]
|
||||
|
||||
|
Reference in New Issue
Block a user