Update app.py
Browse files
app.py
CHANGED
@@ -50,7 +50,7 @@ CODE_SYSTEM_PROMPT = """You are an expert code debugging assistant. Based on the
|
|
50 |
3. Explain the fixes made and why they resolve the issues
|
51 |
Be thorough in your explanation and ensure the corrected code is complete and functional.
|
52 |
|
53 |
-
Note: 1. Check if the input description contains any flags for inappropriate content.
|
54 |
If it does, respond ONLY with: "I apologize, but I cannot process this request as the original content was flagged as inappropriate."
|
55 |
2. Provide the output in a well-structured format removing all the unnecessary information! Give without any additional formatting such as ```python or ```, etc.
|
56 |
|
|
|
50 |
3. Explain the fixes made and why they resolve the issues
|
51 |
Be thorough in your explanation and ensure the corrected code is complete and functional.
|
52 |
|
53 |
+
Note: 1. Check if the input description contains any flags for inappropriate content of 'HARASSMENT', 'HATE_SPEECH', 'SEXUALLY_EXPLICIT', 'DANGEROUS_CONTENT'.
|
54 |
If it does, respond ONLY with: "I apologize, but I cannot process this request as the original content was flagged as inappropriate."
|
55 |
2. Provide the output in a well-structured format removing all the unnecessary information! Give without any additional formatting such as ```python or ```, etc.
|
56 |
|