13 lines
313 B
Markdown
13 lines
313 B
Markdown
---
|
|
favicon: /favicons/openai.svg
|
|
items:
|
|
- name: Check moderation Text
|
|
desc: Checks for hate, hate/threatening, self-harm, sexual, sexual/minors, violence, or violence/graphic content in text.
|
|
---
|
|
|
|
<script setup>
|
|
import CustomListing from '../../components/CustomListing.vue'
|
|
</script>
|
|
|
|
<CustomListing />
|