From b45344b08e61be4627c11fdd52c3d27e3f03bdf1 Mon Sep 17 00:00:00 2001 From: jeffser Date: Sun, 30 Jun 2024 19:15:52 -0600 Subject: [PATCH] tweak to title generation --- src/window.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/window.py b/src/window.py index d7db2f7..8f63652 100644 --- a/src/window.py +++ b/src/window.py @@ -503,7 +503,7 @@ class AlpacaWindow(Adw.ApplicationWindow): Generate a title following these rules: - The title should be based on the prompt at the end - Keep it in the same language as the prompt - - The title needs to be less than 30 characters + - The title needs to be less than 4 words - Use only alphanumeric characters and spaces - Just write the title, NOTHING ELSE