We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be05fc3 commit e16f128Copy full SHA for e16f128
chrome-prompt-playground.html
@@ -58,6 +58,7 @@ <h1>Chrome window.ai prompt playground</h1>
58
<div id="response-area"></div>
59
</div>
60
<div id="history-area"></div>
61
+ <p><small><a href="https://simonwillison.net/2024/Jul/3/chrome-prompt-playground/">About this project</small></p>
62
63
<script>
64
document.addEventListener('DOMContentLoaded', () => {
@@ -152,4 +153,4 @@ <h2>window.ai not found</h2>
152
153
});
154
</script>
155
</body>
-</html>
156
+</html>
0 commit comments