mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Horde settings in the UI
This commit is contained in:
@@ -816,6 +816,40 @@ gensettingstf = [
|
||||
"ui_level": 2
|
||||
},
|
||||
{
|
||||
"UI_V2_Only": True,
|
||||
"uitype": "text",
|
||||
"unit": "text",
|
||||
"label": "Horde Worker Name",
|
||||
"id": "horde_worker_name",
|
||||
"min": 0,
|
||||
"max": 1,
|
||||
"step": 1,
|
||||
"default": 0,
|
||||
"tooltip": "This is the name of your worker that shows up on the Horde",
|
||||
"menu_path": "Settings",
|
||||
"sub_path": "Other",
|
||||
"classname": "user",
|
||||
"name": "horde_worker_name",
|
||||
"ui_level": 2
|
||||
},
|
||||
{
|
||||
"UI_V2_Only": True,
|
||||
"uitype": "password",
|
||||
"unit": "text",
|
||||
"label": "Horde API Key",
|
||||
"id": "horde_api_key",
|
||||
"min": 0,
|
||||
"max": 1,
|
||||
"step": 1,
|
||||
"default": 0,
|
||||
"tooltip": "You can paste your API key here for faster generations and to earn Kudo's as a worker",
|
||||
"menu_path": "Settings",
|
||||
"sub_path": "Other",
|
||||
"classname": "user",
|
||||
"name": "horde_api_key",
|
||||
"ui_level": 2
|
||||
},
|
||||
{
|
||||
"UI_V2_Only": True,
|
||||
"uitype": "toggle",
|
||||
"unit": "bool",
|
||||
|
Reference in New Issue
Block a user