F
File size: 233 Bytes
e3d40c8
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
<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>