2
0

📝 (openai) Add youtube video about the basic chatgpt template

This commit is contained in:
Baptiste Arnaud
2023-03-21 16:33:56 +01:00
parent 1e67fd7c3f
commit 7340ec139c
3 changed files with 25 additions and 19 deletions

View File

@@ -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:

View File

@@ -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"
/>

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