From 1a2d81bc01ecfbd0578902196834ab317f1e8d5a Mon Sep 17 00:00:00 2001 From: silentoplayz <50341825+silentoplayz@users.noreply.github.com> Date: Fri, 14 Feb 2025 12:48:33 -0500 Subject: [PATCH 1/3] Update main.py Change ASCII font for "Open WebUI" from "Standard" to "ANSI Shadow" --- backend/open_webui/main.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/backend/open_webui/main.py b/backend/open_webui/main.py index a36323151..71142978c 100644 --- a/backend/open_webui/main.py +++ b/backend/open_webui/main.py @@ -348,12 +348,12 @@ class SPAStaticFiles(StaticFiles): print( rf""" - ___ __ __ _ _ _ ___ - / _ \ _ __ ___ _ __ \ \ / /__| |__ | | | |_ _| -| | | | '_ \ / _ \ '_ \ \ \ /\ / / _ \ '_ \| | | || | -| |_| | |_) | __/ | | | \ V V / __/ |_) | |_| || | - \___/| .__/ \___|_| |_| \_/\_/ \___|_.__/ \___/|___| - |_| + ██████╗ ██████╗ ███████╗███╗ ██╗ ██╗ ██╗███████╗██████╗ ██╗ ██╗██╗ +██╔═══██╗██╔══██╗██╔════╝████╗ ██║ ██║ ██║██╔════╝██╔══██╗██║ ██║██║ +██║ ██║██████╔╝█████╗ ██╔██╗ ██║ ██║ █╗ ██║█████╗ ██████╔╝██║ ██║██║ +██║ ██║██╔═══╝ ██╔══╝ ██║╚██╗██║ ██║███╗██║██╔══╝ ██╔══██╗██║ ██║██║ +╚██████╔╝██║ ███████╗██║ ╚████║ ╚███╔███╔╝███████╗██████╔╝╚██████╔╝██║ + ╚═════╝ ╚═╝ ╚══════╝╚═╝ ╚═══╝ ╚══╝╚══╝ ╚══════╝╚═════╝ ╚═════╝ ╚═╝ v{VERSION} - building the best open-source AI user interface. From b5aa562039f5f22b660e7b4c5d68e56dc686186e Mon Sep 17 00:00:00 2001 From: Silentoplayz <50341825+Silentoplayz@users.noreply.github.com> Date: Sat, 22 Feb 2025 22:50:37 -0500 Subject: [PATCH 2/3] Update ShortcutsModal.svelte Added more shortcuts --- src/lib/components/chat/ShortcutsModal.svelte | 42 ++++++++++++++++++- 1 file changed, 40 insertions(+), 2 deletions(-) diff --git a/src/lib/components/chat/ShortcutsModal.svelte b/src/lib/components/chat/ShortcutsModal.svelte index 97d0f30a9..3ea50393c 100644 --- a/src/lib/components/chat/ShortcutsModal.svelte +++ b/src/lib/components/chat/ShortcutsModal.svelte @@ -122,6 +122,30 @@ + +
+
{$i18n.t('Generate prompt pair')}
+ +
+
+ Ctrl/⌘ +
+ +
+ Shift +
+ +
+ Enter +
+
+
@@ -219,7 +243,7 @@
- {$i18n.t('Attach file')} + {$i18n.t('Attach file from knowledge')}
@@ -247,7 +271,7 @@
- {$i18n.t('Select model')} + {$i18n.t('Talk to model')}
@@ -258,6 +282,20 @@
+ +
+
+ {$i18n.t('Accept Autocomplete Generation / Jumpt to prompt variable')} +
+ +
+
+ TAB +
+
+
From e41a5278f7d2fc39d68c49167d498b050dba78b6 Mon Sep 17 00:00:00 2001 From: Silentoplayz <50341825+Silentoplayz@users.noreply.github.com> Date: Sat, 22 Feb 2025 23:00:06 -0500 Subject: [PATCH 3/3] Update ShortcutsModal.svelte fix --- src/lib/components/chat/ShortcutsModal.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/components/chat/ShortcutsModal.svelte b/src/lib/components/chat/ShortcutsModal.svelte index 3ea50393c..546d7e5a0 100644 --- a/src/lib/components/chat/ShortcutsModal.svelte +++ b/src/lib/components/chat/ShortcutsModal.svelte @@ -285,7 +285,7 @@
- {$i18n.t('Accept Autocomplete Generation / Jumpt to prompt variable')} + {$i18n.t('Accept autocomplete generation / Jump to prompt variable')}