1
00:00:04,140 --> 00:00:07,350
Hey, welcome to the most entertaining part of the course.

2
00:00:07,440 --> 00:00:09,980
Building an open domain chat bot.

3
00:00:09,990 --> 00:00:12,420
We will use the open AI chat bot.

4
00:00:12,420 --> 00:00:15,030
So this is quite an advanced AI.

5
00:00:15,060 --> 00:00:19,040
We will use the GPT module to build this chat bot.

6
00:00:19,050 --> 00:00:21,150
So as you can see, this is very advanced.

7
00:00:22,350 --> 00:00:30,630
Tell me a fairy tale about a bird made of bread and an elephant.

8
00:00:31,860 --> 00:00:35,370
So as you can see, this is a graphical user interface.

9
00:00:35,370 --> 00:00:39,810
We will build this using pqt6.

10
00:00:39,810 --> 00:00:44,100
So that is a library for Python to build graphical user interfaces.

11
00:00:46,000 --> 00:00:49,270
And there goes our boat with the fairy tale.

12
00:00:49,630 --> 00:00:53,020
You can pose the video if you'd like to read it.

13
00:00:54,010 --> 00:00:57,190
So to build this chat bot, we need to use two things.

14
00:00:57,190 --> 00:01:01,990
First, we need to use the API of open AI.

15
00:01:02,650 --> 00:01:05,950
I'll show you how to get an API key and that is for free.

16
00:01:05,950 --> 00:01:14,530
And then we will use the library pqd6 which also it is a free library to build graphical user interfaces.

17
00:01:14,650 --> 00:01:16,750
And yeah, that's.

18
00:01:19,380 --> 00:01:20,970
What we plan to build.

19
00:01:21,240 --> 00:01:26,230
So I hope you are excited as much as I am, and I'll talk to you in the next video.

20
00:01:26,250 --> 00:01:27,570
Let's start building this.

