📝 (openai) Add youtube video about the basic chatgpt template
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
import { YoutubeEmbed } from '../../../../src/js/YoutubeEmbed.jsx'
|
||||
|
||||
# Send email
|
||||
|
||||
If you want to receive an email notification each time a user completes the bot or if you want to send a recap to the user, the Email block is made for you:
|
||||
@@ -1,17 +0,0 @@
|
||||
# OpenAI
|
||||
|
||||
With the OpenAI block, you can create a chat completion based on your user queries and display the answer back to your typebot.
|
||||
|
||||
<img
|
||||
src="/img/blocks/integrations/openai/overview.png"
|
||||
width="600"
|
||||
alt="OpenAI block"
|
||||
/>
|
||||
|
||||
This integration comes with a convenient message type called **Messages sequence ✨**. It allows you to directly pass a sequence of saved assistant / user messages:
|
||||
|
||||
<img
|
||||
src="/img/blocks/integrations/openai/messages-sequence.png"
|
||||
width="600"
|
||||
alt="OpenAI messages sequence"
|
||||
/>
|
||||
25
apps/docs/docs/editor/blocks/integrations/openai.mdx
Normal file
25
apps/docs/docs/editor/blocks/integrations/openai.mdx
Normal file
@@ -0,0 +1,25 @@
|
||||
import { YoutubeEmbed } from '../../../../src/js/YoutubeEmbed.jsx'
|
||||
|
||||
# OpenAI
|
||||
|
||||
With the OpenAI block, you can create a chat completion based on your user queries and display the answer back to your typebot.
|
||||
|
||||
<img
|
||||
src="/img/blocks/integrations/openai/overview.png"
|
||||
width="600"
|
||||
alt="OpenAI block"
|
||||
/>
|
||||
|
||||
This integration comes with a convenient message type called **Messages sequence ✨**. It allows you to directly pass a sequence of saved assistant / user messages:
|
||||
|
||||
<img
|
||||
src="/img/blocks/integrations/openai/messages-sequence.png"
|
||||
width="600"
|
||||
alt="OpenAI messages sequence"
|
||||
/>
|
||||
|
||||
:::note
|
||||
Under the hood, **Messages sequence ✨** will convert the provided variables into lists if it's not already the case.
|
||||
:::
|
||||
|
||||
<YoutubeEmbed videoId="v167drfHFzk" />
|
||||
Reference in New Issue
Block a user