Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
justest/gpt4free
juzhao
/
gpt4free
like
0
Sleeping
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
main
gpt4free
/
g4f
/
.v1
/
testing
/
theb_test.py
juzhao
Duplicate from justest/gpt4free
8d70bcd
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
136 Bytes
from
gpt4free
import
theb
for
token
in
theb.Completion.create(
'hello world'
):
print
(token, end=
''
, flush=
True
)
print
(
'asdsos'
)