mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Merge branch 'UI2' of https://github.com/ebolam/KoboldAI into UI2
This commit is contained in:
@@ -84,7 +84,7 @@ gensettingstf = [
|
|||||||
"max": 1.0,
|
"max": 1.0,
|
||||||
"step": 0.01,
|
"step": 0.01,
|
||||||
"default": 1.0,
|
"default": 1.0,
|
||||||
"tooltip": "Alternative sampling method. Described in the paper \"Typical Decoding for Natural Language Generation\" (10.48550/ARXIV.2202.00666). The paper suggests 0.2 as a suggested value for this setting. (Put this value on 1 to disable its effect)",
|
"tooltip": "Alternative sampling method. Described in the paper \"Typical Decoding for Natural Language Generation\" (10.48550/ARXIV.2202.00666). The paper indicates 0.2 as a suggested value for this setting. (Put this value on 1 to disable its effect)",
|
||||||
"menu_path": "Settings",
|
"menu_path": "Settings",
|
||||||
"sub_path": "Sampling",
|
"sub_path": "Sampling",
|
||||||
"classname": "model",
|
"classname": "model",
|
||||||
@@ -280,7 +280,7 @@ gensettingstf = [
|
|||||||
"max": 1,
|
"max": 1,
|
||||||
"step": 1,
|
"step": 1,
|
||||||
"default": 0,
|
"default": 0,
|
||||||
"tooltip": "If enabled, the AI does not generate a continuation of the prompt. Instead, you must perform an action first.",
|
"tooltip": "If enabled, the AI does not generate a continuation of the entered prompt. Instead, you must perform an action first.",
|
||||||
"menu_path": "Settings",
|
"menu_path": "Settings",
|
||||||
"sub_path": "Other",
|
"sub_path": "Other",
|
||||||
"classname": "user",
|
"classname": "user",
|
||||||
|
Reference in New Issue
Block a user