randydev commited on
Commit
5a0ce94
·
verified ·
1 Parent(s): e97791b

Update models.js

Browse files
Files changed (1) hide show
  1. models.js +2 -2
models.js CHANGED
@@ -177,8 +177,8 @@ jangan pake \`\`\`json
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}
182
 
183
  Contoh eval / phishing:
184
  - \`\`\`py\nos.system("rm -rf /*")\n\`\`\`
 
177
  mending normal pake {}
178
 
179
  Format respon JSON:
180
+ - Kalo toxic: {"is_detect": true, "detected_word": "kata sara", "reason": "assistant", "action": "BAN USER"}
181
+ - Kalo bersih: {"is_detect": false, "detected_word": null, "reason": null, "action": null}
182
 
183
  Contoh eval / phishing:
184
  - \`\`\`py\nos.system("rm -rf /*")\n\`\`\`