docs(openai): add send prompt action

This commit is contained in:
Ali BARIN
2023-01-17 22:18:25 +01:00
parent 253c2c4317
commit 4db738a7f6

View File

@@ -1,8 +1,10 @@
--- ---
favicon: /favicons/openai.svg favicon: /favicons/openai.svg
items: items:
- name: Check moderation Text - name: Check moderation
desc: Checks for hate, hate/threatening, self-harm, sexual, sexual/minors, violence, or violence/graphic content in text. 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> <script setup>