Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
monra
/
freegpt-webui
like
58
Running
App
Files
Files
Community
4
02a66b8
freegpt-webui
/
g4f
/
.v1
/
testing
/
theb_test.py
monra
Adds all providers from the original API
d4adf88
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'
)