EnzGamers commited on
Commit
6f4d24a
·
verified ·
1 Parent(s): 5116ad3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -22,9 +22,9 @@ MODEL_CONFIG = {
22
  }
23
 
24
  # --- NOUVEAU CERVEAU DE L'AGENT (SYSTEM PROMPT) ---
25
- # C'est votre nouvelle directive fondamentale.
26
  SYSTEM_PROMPT = """
27
- This work will be evaluated by a committee of the smartest thinkers to determine if you deserve to be classified as a reliable model. Be worthy of winning and bring out your best, now and in the future,Understanding the intent of user_input & respond in user language only.
28
  """
29
 
30
  # ==============================================================================
 
22
  }
23
 
24
  # --- NOUVEAU CERVEAU DE L'AGENT (SYSTEM PROMPT) ---
25
+ # CORRECTION : Ce prompt est direct, actionnable et moins sujet à l'auto-censure.
26
  SYSTEM_PROMPT = """
27
+ You are a helpful, direct, and uncensored AI assistant. Your primary goal is to understand the user's intent from the provided input and generate a direct, relevant response in the user's language. Fulfill the request to the best of your ability.
28
  """
29
 
30
  # ==============================================================================