📝 Add docs for audio clips and update audio chat gpt template
This commit is contained in:
@ -52,3 +52,13 @@ You can also ask your user for a longer text answer by enabling it in the input
|
||||
/>
|
||||
</Tab>
|
||||
</Tabs>
|
||||
|
||||
## Allow attachments
|
||||
|
||||
This option, when enabled, allows users to attach files to their message. This is useful when you want to ask for a document or a picture attached to the user messages.
|
||||
|
||||
The generated URL will be stored in the defined variable.
|
||||
|
||||
## Allow audio clips
|
||||
|
||||
This option, if enabled, displays a microphone button when the text input is empty. This allows users to record a voice message and send it to the bot.
|
||||
|
@ -74,6 +74,10 @@ The generated audio URLs are temporary and expire after 7 days. If you need to s
|
||||
|
||||
<LoomVideo id="ccca6cbf16ed4d01b513836775db06a3" />
|
||||
|
||||
## Create transcription
|
||||
|
||||
This action allows you to transcribe a audio URL into text.
|
||||
|
||||
## Using Multiple Open AI Blocks: Tips and Tricks
|
||||
|
||||
In this video, I discuss some important things to keep in mind when using multiple Open AI blocks consecutively. I provide an example where we ask the user for a topic, generate a summary, and display a list of authors.
|
||||
|
Reference in New Issue
Block a user