docs(openai): describe auth and check moderation action

This commit is contained in:
Ali BARIN
2023-01-17 13:23:49 +01:00
parent c2579b1850
commit 1e137f0bd8
5 changed files with 36 additions and 0 deletions

View 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 />

View File

@@ -0,0 +1,8 @@
# OpenAI
1. Go to [API Keys page](https://beta.openai.com/account/api-keys) on OpenAI.
2. Create a new secret key.
3. Paste the key into the `API Key` field in Automatisch.
4. Write any screen name to be displayed in Automatisch.
5. Click `Save`.
6. Start using OpenAI integration with Automatisch!