We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ac40d3 commit 147d0d1Copy full SHA for 147d0d1
.gitignore
@@ -0,0 +1 @@
1
+api.js
index.html
@@ -5,6 +5,7 @@
5
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
6
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7
<script src="https://cdn.tailwindcss.com"></script>
8
+ <script src="api.js"></script>
9
<title>Image Gererator using OpenAI API</title>
10
<style>
11
.min-height {
@@ -57,7 +58,7 @@ <h1 class="text-4xl font-bold mb-10">Image Generator</h1>
57
58
</div>
59
</body>
60
<script>
- const api = "";
61
+
62
if (api === ""){
63
alert("Use your openAI API key");
64
}
0 commit comments