tweak to title generation

This commit is contained in:
jeffser 2024-06-30 19:15:52 -06:00
parent 43af2b2425
commit b45344b08e

View File

@ -503,7 +503,7 @@ class AlpacaWindow(Adw.ApplicationWindow):
Generate a title following these rules: Generate a title following these rules:
- The title should be based on the prompt at the end - The title should be based on the prompt at the end
- Keep it in the same language as the prompt - 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 - Use only alphanumeric characters and spaces
- Just write the title, NOTHING ELSE - Just write the title, NOTHING ELSE