Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
justest
/
gpt4free
like
28
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
96e2d26
gpt4free
/
g4f
/
.v1
/
testing
/
italygpt2_test.py
justest
update
96e2d26
over 1 year ago
raw
Copy download link
history
blame
Safe
198 Bytes
from
gpt4free
import
italygpt2
account_data=italygpt2.Account.create()
for
chunk
in
italygpt2.Completion.create(account_data=account_data,prompt=
"Who are you?"
):
print
(chunk, end=
""
, flush=
True
)