mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-06-05 21:59:24 +02:00
Full Determinism now working
This commit is contained in:
@@ -705,6 +705,22 @@ gensettingstf = [
|
|||||||
"menu_path": "Settings",
|
"menu_path": "Settings",
|
||||||
"sub_path": "Other",
|
"sub_path": "Other",
|
||||||
"classname": "system",
|
"classname": "system",
|
||||||
|
"name": "full_determinism"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"UI_V2_Only": True,
|
||||||
|
"uitype": "toggle",
|
||||||
|
"unit": "bool",
|
||||||
|
"label": "Use AI Seed",
|
||||||
|
"id": "seed_specified",
|
||||||
|
"min": 0,
|
||||||
|
"max": 1,
|
||||||
|
"step": 1,
|
||||||
|
"default": 0,
|
||||||
|
"tooltip": "If enabled a specfic seed will be used for the random generator on text generation",
|
||||||
|
"menu_path": "Settings",
|
||||||
|
"sub_path": "Other",
|
||||||
|
"classname": "system",
|
||||||
"name": "seed_specified"
|
"name": "seed_specified"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user