Skip to content

Commit

Permalink
Update defaults params from latest settings.debug.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Trojaner committed Dec 22, 2023
1 parent 654ae85 commit e1550eb
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions params.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit e1550eb

Please sign in to comment.