-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
📝 (openai) Add youtube video about the basic chatgpt template
- Loading branch information
1 parent
1e67fd7
commit 7340ec1
Showing
3 changed files
with
25 additions
and
19 deletions.
There are no files selected for viewing
2 changes: 0 additions & 2 deletions
2
...docs/editor/blocks/integrations/email.mdx → .../docs/editor/blocks/integrations/email.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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" /> |