From cd46b28813be32466bbc27fef3201eb6f50fa38a Mon Sep 17 00:00:00 2001 From: LightSaveUs <108632621+LightSaveUs@users.noreply.github.com> Date: Fri, 28 Oct 2022 23:01:08 +0300 Subject: [PATCH] Slight Tooltips Refining --- gensettings.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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",