Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Duplicated from
justest/gpt4free
101-5
/
gpt4free
like
1
Runtime error
App
Files
Files
Community
2ee8daf
gpt4free
/
g4f
/
.v1
/
testing
/
theb_test.py
101-5
Duplicate from justest/gpt4free
2ee8daf
over 1 year ago
raw
Copy download link
history
blame
Safe
136 Bytes
from
gpt4free
import
theb
for
token
in
theb.Completion.create(
'hello world'
):
print
(token, end=
''
, flush=
True
)
print
(
'asdsos'
)