diff --git a/gensettings.py b/gensettings.py index e5ad10a4..b43f9cc0 100644 --- a/gensettings.py +++ b/gensettings.py @@ -84,7 +84,7 @@ gensettingstf = [ "max": 1.0, "step": 0.01, "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 good value for this setting. Set this setting to 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 suggests 0.2 as a good value for this setting. (Put this value on 1 to disable its effect)", "menu_path": "Settings", "sub_path": "Sampling", "classname": "model", @@ -99,7 +99,7 @@ gensettingstf = [ "max": 1.0, "step": 0.01, "default": 0.0, - "tooltip": "Alternative sampling method that reduces the randomness of the AI whenever the probability of one token is much higher than all the others. Higher values have a stronger effect. Set this setting to 0 to disable its effect.", + "tooltip": "Alternative sampling method that reduces the randomness of the AI whenever the probability of one token is much higher than all the others. Higher values have a stronger effect. (Put this value on 1 to disable its effect)", "menu_path": "Settings", "sub_path": "Sampling", "classname": "model", @@ -114,7 +114,7 @@ gensettingstf = [ "max": 3.0, "step": 0.01, "default": 1.1, - "tooltip": "Used to penalize words that were already generated or belong to the context (Going over 1.2 breaks 6B models).", + "tooltip": "Used to penalize words that were already generated or belong to the context.", "menu_path": "Settings", "sub_path": "Repetition", "classname": "model", @@ -347,7 +347,7 @@ gensettingstf = [ "label": "Story Mode", "id": "actionmode", "default": 0, - "tooltip": "Choose the mode of KoboldAI", + "tooltip": "Choose the mode of KoboldAI.", "menu_path": "Home", "sub_path": "", "classname": "story", @@ -393,7 +393,7 @@ gensettingstf = [ "max": 1, "step": 1, "default": 0, - "tooltip": "Inserts world info entries behind text that first triggers them for better context with unlimited depth", + "tooltip": "Inserts world info entries behind text that first triggers them for better context with unlimited depth.", "menu_path": "Settings", "sub_path": "Other", "classname": "system", @@ -441,7 +441,7 @@ gensettingstf = [ "max": 1, "step": 1, "default": 0, - "tooltip": "Remove special characters (@,#,%,^, etc)", + "tooltip": "Remove special characters (@,#,%,^, etc).", "menu_path": "Interface", "sub_path": "Formatting", "classname": "user", @@ -457,7 +457,7 @@ gensettingstf = [ "max": 1, "step": 1, "default": 0, - "tooltip": "Add spaces automatically if needed", + "tooltip": "Add spaces automatically if needed.", "menu_path": "Interface", "sub_path": "Formatting", "classname": "user", @@ -706,7 +706,7 @@ gensettingsik =[{ "max": 1, "step": 1, "default": 0, - "tooltip": "Inserts world info entries behind text that first triggers them for better context with unlimited depth", + "tooltip": "Inserts world info entries behind text that first triggers them for better context with unlimited depth.", "menu_path": "Settings", "sub_path": "Other", "classname": "system", @@ -754,7 +754,7 @@ gensettingsik =[{ "max": 1, "step": 1, "default": 0, - "tooltip": "Remove special characters (@,#,%,^, etc)", + "tooltip": "Remove special characters (@,#,%,^, etc).", "menu_path": "Interface", "sub_path": "Formatting", "classname": "user", @@ -770,7 +770,7 @@ gensettingsik =[{ "max": 1, "step": 1, "default": 0, - "tooltip": "Add spaces automatically if needed", + "tooltip": "Add spaces automatically if needed.", "menu_path": "Interface", "sub_path": "Formatting", "classname": "user", @@ -807,12 +807,12 @@ formatcontrols = [{ { "label": "Remove special characters", "id": "frmtrmspch", - "tooltip": "Remove special characters (@,#,%,^, etc)" + "tooltip": "Remove special characters (@,#,%,^, etc)." }, { "label": "Automatic spacing", "id": "frmtadsnsp", - "tooltip": "Add spaces automatically if needed" + "tooltip": "Add spaces automatically if needed." }, { "label": "Single Line", diff --git a/templates/settings flyout.html b/templates/settings flyout.html index afffe037..04b6f090 100644 --- a/templates/settings flyout.html +++ b/templates/settings flyout.html @@ -105,7 +105,7 @@