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 1f90cc9 commit 950b02eCopy full SHA for 950b02e
index.html
@@ -57,7 +57,7 @@ <h1 class="text-4xl font-bold mb-10">Image Generator</h1>
57
</div>
58
</body>
59
<script>
60
- const api = "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";
+ const api = "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";
61
const url = "https://api.openai.com/v1/images/generations";
62
const text = document.getElementById("text");
63
const image = document.getElementById("image");
0 commit comments