docs(openai): describe auth and check moderation action
This commit is contained in:
12
packages/docs/pages/apps/openai/actions.md
Normal file
12
packages/docs/pages/apps/openai/actions.md
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
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 />
|
Reference in New Issue
Block a user