Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
acclass
/
gpt_demo
like
0
Runtime error
App
Files
Files
Community
main
gpt_demo
/
g4f
/
.v1
/
testing
/
theb_test.py
starsaround
Upload 183 files
f4b4235
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'
)