"tooltip":"Randomness of sampling. High values can increase creativity but may make text less sensible. Lower values will make text more predictable but can become repetitious."
},
{
"uitype":"slider",
"unit":"float",
"label":"Top p Sampling",
"id":"settopp",
"min":0.1,
"max":1.0,
"step":0.05,
"default":1.0,
"tooltip":"Used to discard unlikely text in the sampling process. Lower values will make text more predictable but can become repetitious."
"tooltip":"Max number of tokens of context to submit to the AI for sampling. Make sure this is higher than Amount to Generate. Higher values increase VRAM/RAM usage."
"tooltip":"Randomness of sampling. High values can increase creativity but may make text less sensible. Lower values will make text more predictable but can become repetitious."
},
{
"uitype":"slider",
"unit":"float",
"label":"Top p Sampling",
"id":"settopp",
"min":0.1,
"max":1.0,
"step":0.05,
"default":1.0,
"tooltip":"Used to discard unlikely text in the sampling process. Lower values will make text more predictable but can become repetitious."
},
{
"uitype":"slider",
"unit":"int",
"label":"Amount to Generate",
"id":"setikgen",
"min":50,
"max":3000,
"step":2,
"default":200,
"tooltip":"Number of characters the AI should generate."