-
Notifications
You must be signed in to change notification settings - Fork 6
/
chat-gpt-clone.html
68 lines (61 loc) · 2.32 KB
/
chat-gpt-clone.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-HS1CLSVM1Z"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-HS1CLSVM1Z');
</script>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Build ChatGPT clone using Open AI API and ChatGPT</title>
<meta name="keywords" content="chat gpt clone,chat gpt clone python,create chat gpt clone,build chat gpt clone,chat gpt clone github,chat gpt clone project,chat gpt api tutorial,chat gpt api python,prompt engineering,"/>
<meta name="description" content="In This tutorial we will build Chat GPT Clone using OpenAI API and ChatGPT. Tech Stack is Open AI API with python flask server and HTML Bootstrap frontend.">
<style>
body{
margin-left: 10px;
margin-right: 10px;
margin-top: 10px;
}
p{
background-color: whitesmoke;
font-size: 20px;
font-family: Arial, Helvetica, sans-serif;
}
a{
color: blue;
text-decoration: none;
}
h2{
background-color:lightskyblue;
}
</style>
</head>
<body>
<div class="title">
<h2>
Build a Chat GPT clone using Chat GPT and Open AI API
</h2>
</div>
<div>
<iframe width="560" height="315" src="https://www.youtube.com/embed/977mChpScU4" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="text"><p>
ChatGPT: Optimizing Language Models for Dialogue
</p>
<p>
I built this perfectly working chat gpt clone.</p><p>
I built this chat gpt clone using the open AI API.</p><p>
We can integrate open AI APIs with our python server and create chat gpt like website or chat bot.</p><p>
This is one of the openai api projects i have built. In future videos , i will build more AI related projects using openai api.
</p><p>
I built this chat gpt clone in 2 minutes using Open AI API and chat gpt without writng any code.</p><p>
in future videos i will build more AI projects with thrid party APIs.
</p>
</div>
</body>
</html>