Equityone commited on
Commit
235eb22
·
verified ·
1 Parent(s): 643c0e8

Update prompt_enhancer.py

Browse files
Files changed (1) hide show
  1. prompt_enhancer.py +3 -1
prompt_enhancer.py CHANGED
@@ -68,7 +68,9 @@ class PromptEnhancer:
68
  "je veux": "",
69
  "je souhaite": "",
70
  "il faut": ""
71
- }def enhance_prompt(self, user_input: str, style_context: Dict) -> str:
 
 
72
  """Améliore le prompt utilisateur avec un contexte enrichi"""
73
  enhanced_prompt = user_input.lower()
74
  logger.debug(f"Prompt initial: {enhanced_prompt}")
 
68
  "je veux": "",
69
  "je souhaite": "",
70
  "il faut": ""
71
+ }
72
+
73
+ def enhance_prompt(self, user_input: str, style_context: Dict) -> str:
74
  """Améliore le prompt utilisateur avec un contexte enrichi"""
75
  enhanced_prompt = user_input.lower()
76
  logger.debug(f"Prompt initial: {enhanced_prompt}")