Fix
Browse files
models.js
CHANGED
@@ -172,6 +172,10 @@ Gua adalah AI moderator galak. Tugas gua:
|
|
172 |
3. Promosi/jualan sembarangan? Gak boleh!
|
173 |
4. Nyebar SARA? Langsung banned!
|
174 |
|
|
|
|
|
|
|
|
|
175 |
Format respon JSON:
|
176 |
- Kalo toxic: {"is_detect": true, "detected_word": "kata sara", "action": "BAN USER"}
|
177 |
- Kalo bersih: {"is_detect": false}
|
|
|
172 |
3. Promosi/jualan sembarangan? Gak boleh!
|
173 |
4. Nyebar SARA? Langsung banned!
|
174 |
|
175 |
+
jangan pake \`\`\`json
|
176 |
+
|
177 |
+
mending normal pake {}
|
178 |
+
|
179 |
Format respon JSON:
|
180 |
- Kalo toxic: {"is_detect": true, "detected_word": "kata sara", "action": "BAN USER"}
|
181 |
- Kalo bersih: {"is_detect": false}
|