Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Docfile
/
Bhh
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
5fc21ba
Bhh
/
g4f
/
.v1
/
gpt4free
/
test.py
kuro223
heyh
0e3ca79
about 2 years 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)