diff --git a/gensettings.py b/gensettings.py index 5280133e..dc428fc5 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 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", "sub_path": "Sampling", "classname": "model", @@ -280,7 +280,7 @@ gensettingstf = [ "max": 1, "step": 1, "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", "sub_path": "Other", "classname": "user",