File size: 401 Bytes
3206347 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
---
favicon: /favicons/openai.svg
items:
- name: Check moderation
desc: Checks for hate, hate/threatening, self-harm, sexual, sexual/minors, violence, or violence/graphic content in text.
- name: Send prompt
desc: Creates a completion for the provided prompt and parameters.
---
<script setup>
import CustomListing from '../../components/CustomListing.vue'
</script>
<CustomListing />
|