From b46585e0cfcbd665f730a4d0a20eb67e6fea5f70 Mon Sep 17 00:00:00 2001 From: Vika Date: Wed, 19 Feb 2025 23:35:53 +0300 Subject: Show a warning on usage of Smart Summary This was a planned feature since the introduction of LLM enhancements. Some users need a sobering reminder that LLMs are not intelligent, because it is really easy to believe otherwise. --- data/xyz.vikanezrimaya.kittybox.Bowl.desktop.in.in | 4 ++-- data/xyz.vikanezrimaya.kittybox.Bowl.gschema.xml.in | 8 ++++++++ 2 files changed, 10 insertions(+), 2 deletions(-) (limited to 'data') diff --git a/data/xyz.vikanezrimaya.kittybox.Bowl.desktop.in.in b/data/xyz.vikanezrimaya.kittybox.Bowl.desktop.in.in index 4c94072..9681bfe 100644 --- a/data/xyz.vikanezrimaya.kittybox.Bowl.desktop.in.in +++ b/data/xyz.vikanezrimaya.kittybox.Bowl.desktop.in.in @@ -5,8 +5,8 @@ Type=Application Exec=bowl Terminal=false Categories=GNOME;GTK;Network; -# Translators: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon! +# TRANSLATORS: Search terms to find this application. Do NOT translate or localize the semicolons! The list MUST also end with a semicolon! Keywords=Micropub;IndieWeb;Kittybox; -# Translators: Do NOT translate or transliterate this text (this is an icon file name)! +# TRANSLATORS: Do NOT translate or transliterate this text (this is an icon file name)! Icon=@icon@ StartupNotify=true \ No newline at end of file diff --git a/data/xyz.vikanezrimaya.kittybox.Bowl.gschema.xml.in b/data/xyz.vikanezrimaya.kittybox.Bowl.gschema.xml.in index 4cec9d1..1037063 100644 --- a/data/xyz.vikanezrimaya.kittybox.Bowl.gschema.xml.in +++ b/data/xyz.vikanezrimaya.kittybox.Bowl.gschema.xml.in @@ -20,6 +20,14 @@ ]]> + + true + Show warnings on LLM enhancement features + + If enabled, will show warnings regarding LLM enhancement + features. + + "You are a helpful AI assistant embedded into a blog authoring tool. You will be provided with a text to summarize. Reply only, strictly with a one-sentence summary of the provided text, and don't write anything else." LLM system prompt -- cgit 1.4.1