testPuterjs / index.html
HelloSun's picture
Update index.html
f36e8ee verified
Raw
History Blame Contribute Delete
192 Bytes
<html>
<body>
<script src="https://js.puter.com/v2/"></script>
<script>
puter.ai.chat(`Why did the chicken cross the road?`).then(puter.print);
</script>
</body>
</html>