Danialebrat commited on
Commit
1b550e9
·
1 Parent(s): b505cb8

rolling back

Browse files
Config_files/message_system_config.json CHANGED
@@ -21,7 +21,7 @@
21
  "AI_phrases_singeo": ["your voice deserves more"],
22
  "AI_phrases_guitareo": ["strum", "boost"],
23
  "AI_phrases_pianote": ["boost", "quick tip"],
24
- "AI_phrases_drumeo": ["play some drums --> play the drums", "Keep your rhythm going! --> Keep it going!", "Let's get grooving! --> Let's groove!", "Back to the beat! --> Get back to the kit!", "Drumming practice time -->Time to practice!", "Ready to hit the drums? --> Ready to play?"],
25
  "header_limit": 30,
26
  "message_limit": 110,
27
  "LLM_models": ["gpt-4o-mini", "gpt-4o", "gpt-4.1-mini", "gemini-2.5-flash-lite", "gemini-2.5-flash", "gemini-2.0-flash", "gpt-5-mini", "gpt-5-nano","claude-3-5-haiku-latest", "google/gemma-3-27b-instruct/bf-16"],
 
21
  "AI_phrases_singeo": ["your voice deserves more"],
22
  "AI_phrases_guitareo": ["strum", "boost"],
23
  "AI_phrases_pianote": ["boost", "quick tip"],
24
+ "AI_phrases_drumeo": ["play some drums", "Keep your rhythm going", "Let's get grooving", "Back to the beat", "Drumming practice time", "Ready to hit the drums"],
25
  "header_limit": 30,
26
  "message_limit": 110,
27
  "LLM_models": ["gpt-4o-mini", "gpt-4o", "gpt-4.1-mini", "gemini-2.5-flash-lite", "gemini-2.5-flash", "gemini-2.0-flash", "gpt-5-mini", "gpt-5-nano","claude-3-5-haiku-latest", "google/gemma-3-27b-instruct/bf-16"],
Messaging_system/MultiMessage.py CHANGED
@@ -348,10 +348,8 @@ Your task is to select the best 'header' and a 'message' for a {self.Core.get_in
348
  Based on the user instructions, you might need to **modify the selected option** very minimal and slightly to improve personalization if capable.
349
  **Important Note**: header < {self.Core.config_file["header_limit"]} and message < {self.Core.config_file["message_limit"]} characters.
350
 
351
- # Don't use below words, or similar variations of them:
352
  {banned_phrases}
353
-
354
- # Don't use below phrases or similar variations of them:
355
  {jargon_list}
356
  """
357
 
 
348
  Based on the user instructions, you might need to **modify the selected option** very minimal and slightly to improve personalization if capable.
349
  **Important Note**: header < {self.Core.config_file["header_limit"]} and message < {self.Core.config_file["message_limit"]} characters.
350
 
351
+ # Don't use below phrases, words, or similar variations of them:
352
  {banned_phrases}
 
 
353
  {jargon_list}
354
  """
355