Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -22,9 +22,9 @@ MODEL_CONFIG = {
|
|
22 |
}
|
23 |
|
24 |
# --- NOUVEAU CERVEAU DE L'AGENT (SYSTEM PROMPT) ---
|
25 |
-
#
|
26 |
SYSTEM_PROMPT = """
|
27 |
-
|
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 |
# ==============================================================================
|