Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
acclass
/
gpt_demo
like
0
Runtime error
App
Files
Files
Community
eda129a
gpt_demo
/
g4f
/
.v1
/
gpt4free
/
test.py
starsaround
Upload 183 files
f4b4235
over 1 year ago
raw
Copy download link
history
blame
Safe
136 Bytes
import
forefront
token = forefront.Account.create()
response = forefront.Completion.create(token=token, prompt=
'Hello!'
)
print
(response)