diff --git a/params.py b/params.py index 7476bd3..a292fba 100644 --- a/params.py +++ b/params.py @@ -139,14 +139,12 @@ class UserPreferencesParams: default="(^|\\b)(send|upload|add|show|attach|generate)\\b.+?\\b(image|pic(ture)?|photo|snap(shot)?|selfie|meme)(s?)(\\b|$)" # noqa E501 ) interactive_mode_output_trigger_regex: str = field( - default="(^|\\b)[*([](sends|uploads|adds|shows|attaches|generates)\\b.+?\\b(image|pic(ture)?|photo|snap(shot)?|selfie|meme)s?.+?([*)\\]]|$)" # noqa E501 + default="(^|\\b)[*([](sends|uploads|adds|shows|attaches|generates|here (is|are))\\b.+?\\b(image|pic(ture)?|photo|snap(shot)?|selfie|meme)s?.+?([*)\\]]|$)" # noqa E501 ) interactive_mode_prompt_generation_mode: InteractiveModePromptGenerationMode = ( field(default=InteractiveModePromptGenerationMode.DYNAMIC) ) - interactive_mode_subject_regex: str = field( - default="\\bof\\b(.+?)\\b(?:[.,:;!?*]|$)" - ) + interactive_mode_subject_regex: str = field(default=".*of\\b(.+?)(?:[.!?]|$)") interactive_mode_description_prompt: str = field(default=default_description_prompt) interactive_mode_default_subject: str = field( default="your appearance, your surroundings and what you are doing right now"