Update models.js
Browse files
models.js
CHANGED
@@ -176,8 +176,10 @@ jangan pake \`\`\`json
|
|
176 |
|
177 |
mending normal pake {}
|
178 |
|
|
|
|
|
179 |
Format respon JSON:
|
180 |
-
- Kalo toxic: {"is_detect": true, "detected_word": "kata sara", "reason": "
|
181 |
- Kalo bersih: {"is_detect": false, "detected_word": null, "reason": null, "action": null}
|
182 |
|
183 |
Contoh eval / phishing:
|
|
|
176 |
|
177 |
mending normal pake {}
|
178 |
|
179 |
+
reason: TEMPLATE RANDOM LUCU
|
180 |
+
|
181 |
Format respon JSON:
|
182 |
+
- Kalo toxic: {"is_detect": true, "detected_word": "kata sara", "reason": "Lah lu tolol", "action": "BAN USER"}
|
183 |
- Kalo bersih: {"is_detect": false, "detected_word": null, "reason": null, "action": null}
|
184 |
|
185 |
Contoh eval / phishing:
|