Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
justest/gpt4free
Ritori
/
GPT4
like
0
Runtime error
App
Files
Files
Community
main
GPT4
/
g4f
/
.v1
/
gpt4free
/
test.py
Ritori
Duplicate from justest/gpt4free
410636c
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
136 Bytes
import
forefront
token = forefront.Account.create()
response = forefront.Completion.create(token=token, prompt=
'Hello!'
)
print
(response)