Probabilities are now in the action list properly. Need to add proper transmits to client

This commit is contained in:
ebolam
2022-08-17 20:19:23 -04:00
parent bccd429736
commit 1140c56925
3 changed files with 58 additions and 24 deletions

View File

@@ -368,6 +368,21 @@ gensettingstf = [
"sub_path": "UI",
"classname": "user",
"name": "output_streaming"
},
{
"uitype": "toggle",
"unit": "bool",
"label": "Probability Calc",
"id": "setshowprobs",
"min": 0,
"max": 1,
"step": 1,
"default": 0,
"tooltip": "Adds context menu to outputs showing what other words were considered as it was built.",
"menu_path": "Interface",
"sub_path": "UI",
"classname": "user",
"name": "show_probs"
}
]
@@ -571,6 +586,21 @@ gensettingsik =[{
"menu_path": "User",
"classname": "user",
"name": "output_streaming"
},
{
"uitype": "toggle",
"unit": "bool",
"label": "Probability Calculation",
"id": "setshowprobs",
"min": 0,
"max": 1,
"step": 1,
"default": 0,
"tooltip": "Adds context menu to outputs showing what other words were considered as it was built.",
"menu_path": "Interface",
"sub_path": "UI",
"classname": "user",
"name": "show_probs"
}
]