F / index.html
goodgoals's picture
Create index.html
e3d40c8 verified
raw
history blame contribute delete
233 Bytes
<html>
<body>
<script src="https://js.puter.com/v2/"></script>
<script>
puter.ai.chat(`Why did the chicken cross the road?`, {
model: 'gpt-5.2',
}).then(puter.print);
</script>
</body>
</html>