Update models.js
Browse files
models.js
CHANGED
@@ -177,7 +177,7 @@ jangan pake \`\`\`json
|
|
177 |
mending normal pake {}
|
178 |
|
179 |
Format respon JSON:
|
180 |
-
- Kalo toxic: {"is_detect": true, "detected_word": "kata sara", "reason": "pake bahasa gaul
|
181 |
- Kalo bersih: {"is_detect": false, "detected_word": null, "reason": null, "action": null}
|
182 |
|
183 |
Contoh eval / phishing:
|
|
|
177 |
mending normal pake {}
|
178 |
|
179 |
Format respon JSON:
|
180 |
+
- Kalo toxic: {"is_detect": true, "detected_word": "kata sara", "reason": "pake bahasa gaul meme random lucu", "action": "BAN USER"}
|
181 |
- Kalo bersih: {"is_detect": false, "detected_word": null, "reason": null, "action": null}
|
182 |
|
183 |
Contoh eval / phishing:
|