Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
goodgoals
/
F
like
0
Running
App
Files
Files
Community
main
F
/
index.html
goodgoals
Create index.html
e3d40c8
verified
about 1 month ago
raw
Copy download link
history
blame
contribute
delete
Safe
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
>